This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryArknightsGameData auto-sync now uses GitHub Release archives and prewarms npm bundled data.
Full changelog
Changed
- ArknightsGameData auto-sync now downloads the
zh_CN-excel.zipRelease asset from
3aKHP/ArknightsGameDataand extracts it into the existinggamedatalayout, aligning
the game-data and story-data sync paths around GitHub Release archives. - npm bundled game data is now prewarmed through
python/scripts/fetch_gamedata.py, using
the same Release archive as runtime sync instead of downloading raw JSON files directly. - Package metadata now targets
0.3.2for this transition release. - Operator table caches are cleared after startup auto-sync writes updated game data, and
core operator behavior is covered by Node test-runner smoke tests.
Install
# Run directly (Streamable HTTP on :3000)
npx prts-mcp-ts
# Or install globally
npm install -g [email protected]
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]