This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryAdded PRTS template data extraction and three enemy handbook tools.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
`get_prts_template(page_title)` extracts structured key-value data from top-level MediaWiki templates on a page. `get_prts_template(page_title)` extracts structured key-value data from top-level MediaWiki templates on a page. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
| Feature | Low |
Three new enemy handbook tools: `list_enemies`, `get_enemy_info`, and `search_enemies` with optional combat stats merge. Three new enemy handbook tools: `list_enemies`, `get_enemy_info`, and `search_enemies` with optional combat stats merge. Source: granite4.1:8b-q6_K@2026-05-19 Confidence: high |
— |
Full changelog
Added
- PRTS template data extraction.
get_prts_template(page_title)returns
structured key-value data from MediaWiki template calls on a page via
action=parse&prop=parsetree. Only top-level templates are returned;
nested templates inside values are stripped. - Enemy handbook tools. Three new tools backed by
enemy_handbook_table.json
with optional combat-stats merge fromlevels/enemydata/enemy_database.json:list_enemies(threat_level?, limit, offset, full)— paginated listing
withboss/elite/normalfilter. Defaults to first 50 entries.get_enemy_info(name)— handbook entry merged with HP / ATK / DEF / RES,
immunities, and skill list with blackboard params.search_enemies(pattern, max_results)— regex search across enemy
names, descriptions, and abilities.
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]