This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded optional Bun runtime support and a smoke test for it.
Full changelog
Added
- Added the
prts-mcp-ts-bunpublic bin as the supported optional Bun runtime
entry point. The defaultprts-mcp-tsbin remains Node.js-based. - Added a packed-package Bun smoke test that runs
npm pack, installs the
tarball with Bun in a temporary project, startsprts-mcp-ts-bun, and reuses
the HTTP MCP smoke harness.
Changed
- Promoted the Bun runtime and
ts/Dockerfile.bunfrom candidate coverage to a
supported optional TypeScript runtime path, verified against Bun1.3.14.
Node/npm remains the default runtime, Dockerfile, and Trusted Publishing path.
Install
# Run directly with the default Node.js entrypoint (Streamable HTTP on :3000)
npx prts-mcp-ts
# Or install globally
npm install -g [email protected]
# Optional Bun runtime
bunx --bun -p [email protected] prts-mcp-ts-bun
MCP endpoint: http://localhost:3000/mcp
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About 3aKHP/prts-mcp
MCP Server for Arknights, querying the PRTS Wiki API and serving auto-synced operator archives and voice lines from game data. Designed for fan-creation (同人創作) AI agents. Python (stdio/Docker) and TypeScript (Streamable HTTP) implementations.
Related context
Related tools
Earlier breaking changes
- vts/v1.0.0 Public tool surface frozen; 9 MCP tool names, parameters, and response formats locked.
Beta — feedback welcome: [email protected]