This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded stage data domain tools list_stages, get_stage_info, and search_stages.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds three new tools: list_stages, get_stage_info, search_stages. Adds three new tools: list_stages, get_stage_info, search_stages. Source: llm_adapter@2026-05-25 Confidence: low |
— |
| Feature | Medium |
Expands tool surface from 21 to 24 tools. Expands tool surface from 21 to 24 tools. Source: llm_adapter@2026-05-25 Confidence: low |
— |
| Feature | Medium |
Updates list_search_scopes with stages and enemies entries. Updates list_search_scopes with stages and enemies entries. Source: llm_adapter@2026-05-25 Confidence: low |
— |
| Feature | Medium |
Adds stage_table.json and zone_table.json to sync manifests for integrity validation. Adds stage_table.json and zone_table.json to sync manifests for integrity validation. Source: llm_adapter@2026-05-25 Confidence: low |
— |
Full changelog
Added
- Stage data domain. Three new tools —
list_stages,get_stage_info,
search_stages— sourced fromstage_table.json(3319 stages) and
zone_table.json(434 zones) in ArknightsGameData.list_stagessupports
zone and stage-type filters with pagination;get_stage_inforeturns
detailed per-stage data (drops, unlocks, related variants);search_stages
performs regex search across names, codes, descriptions, and types. - Tool surface expanded from 21 to 24.
list_search_scopesupdated with
stages and enemies entries. stage_table.jsonandzone_table.jsonadded to sync manifests for
integrity validation.
Install
pip install prts-mcp==1.5.0
Docker
docker pull ghcr.io/3akhp/prts-mcp:1.5.0
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]