Skip to content

3aKHP/prts-mcp

vpython/v1.1.1 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 20d MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent anthropic arknights claude fanfiction game-data
+5 more
mcp mcp-server model-context-protocol prts prts-wiki

ReleasePort's take

Light signal
editorial:auto 13d

Release 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 summary

Fixed 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

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_page now returns full page content. Switched from
    action=query&prop=extracts (which strips all template-rendered content)
    to action=parse&prop=text. Character pages now return 22K+ chars of
    readable text instead of ~400 chars of empty section headers.
  • search_prts restricts to main namespace. Added srnamespace=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.unescape decoding 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

Track 3aKHP/prts-mcp

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

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]