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 python/v1.1.1 fixes three bugs: read_prts_page now returns full page content, search_prts limits results to the main namespace, and search snippets are cleaned of HTML entities and JSON fragments.
Why it matters: Upgrade to python/v1.1.1 immediately to resolve content retrieval inaccuracies, reduce irrelevant search pollution, and improve snippet readability.
Summary
AI summaryFixed read_prts_page to return full page content, restricted search_prts to main namespace, and cleaned search snippets of HTML entities and JSON fragments.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
read_prts_page now returns full page content instead of stripped extracts read_prts_page now returns full page content instead of stripped extracts Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
search_prts restricts results to main namespace, reducing technical page pollution search_prts restricts results to main namespace, reducing technical page pollution Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Bugfix | Medium |
Search snippets cleaned of HTML entities and JSON fragments for readability Search snippets cleaned of HTML entities and JSON fragments for readability Source: llm_adapter@2026-05-21 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.
Addedhtml.unescapedecoding and residual-wikitext cleanup after
strip_wikitext.
Install
pip install prts-mcp==1.1.1
Docker
docker pull ghcr.io/3akhp/prts-mcp:1.1.1
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]