This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+5 more
ReleasePort's take
Light signalRelease ts/v1.1.1 fixes `read_prts_page` to return full page content, restricts `search_prts` to main namespace, and cleans search snippets of HTML entities and JSON fragments.
Why it matters: If you use read_prts_page, search_prts, or rely on clean search snippets, upgrade to ts/v1.1.1 immediately to avoid incorrect data handling.
Summary
AI summaryFixed read_prts_page to return full page content and cleaned search snippets.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
search_prts restricts results to main namespace only search_prts restricts results to main namespace only Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
read_prts_page returns full page content instead of stripped extracts read_prts_page returns full page content instead of stripped extracts Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
Search snippets cleaned of HTML entities and JSON fragments Search snippets cleaned of HTML entities and JSON fragments Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Bugfix | Medium |
`read_prts_page` now returns full page content using `action=parse&prop=text`. `read_prts_page` now returns full page content using `action=parse&prop=text`. Source: granite4.1:30b@2026-05-22-audit Confidence: low |
— |
Full changelog
Fixed
read_prts_pagenow returns full page content. Switched from
action=query&prop=extracts(which strips all template-rendered content)
toaction=parse&prop=text. Character pages now return 22K+ chars of
readable text instead of ~400 chars of empty section headers.search_prtsrestricts to main namespace. Addedsrnamespace=0
so search results are no longer polluted by technical data pages from
other MediaWiki namespaces.- Search snippets are cleaned of HTML entities and JSON fragments.
Added HTML entity decoding and residual-wikitext cleanup after
stripWikitext.
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]