Skip to content

3aKHP/prts-mcp

vts/v2.1.0 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 20d MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent anthropic arknights claude fanfiction game-data
+5 more
mcp mcp-server model-context-protocol prts prts-wiki

Summary

AI summary

Added optional Bun runtime support and a smoke test for it.

Full changelog

Added

  • Added the prts-mcp-ts-bun public bin as the supported optional Bun runtime
    entry point. The default prts-mcp-ts bin remains Node.js-based.
  • Added a packed-package Bun smoke test that runs npm pack, installs the
    tarball with Bun in a temporary project, starts prts-mcp-ts-bun, and reuses
    the HTTP MCP smoke harness.

Changed

  • Promoted the Bun runtime and ts/Dockerfile.bun from candidate coverage to a
    supported optional TypeScript runtime path, verified against Bun 1.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

Track 3aKHP/prts-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

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]