Skip to content

3aKHP/prts-mcp

vts/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 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 summary

Fixed read_prts_page to return full page content and cleaned search snippets.

Changes in this release

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_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 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

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]