Skip to content

3aKHP/prts-mcp

vpython/v1.3.0 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

Published 17d 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

v1.3.0 adds three APIs for wiki page navigation: section indices, categories, and links. Enhanced search_prts supports mode selection and technical content filtering.

Why it matters: New navigation APIs enable page structure queries; evaluate if your workflows benefit. Test search enhancements (mode selection, filter_technical) before upgrading.

Summary

AI summary

Added table of contents, categories, and links APIs plus enhanced search options.

Changes in this release

Feature Medium

`list_prts_sections(page_title)` returns section index for a wiki page.

`list_prts_sections(page_title)` returns section index for a wiki page.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: high

Feature Medium

`get_prts_categories(page_title)` returns category tags for a wiki page.

`get_prts_categories(page_title)` returns category tags for a wiki page.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: high

Feature Medium

`get_prts_links(page_title, direction, limit)` returns outbound links or inbound backlinks with pagination.

`get_prts_links(page_title, direction, limit)` returns outbound links or inbound backlinks with pagination.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: high

Feature Medium

`search_prts` includes new `search_mode` (text / title) and `filter_technical` toggle, plus `totalhits` count.

`search_prts` includes new `search_mode` (text / title) and `filter_technical` toggle, plus `totalhits` count.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: high

Refactor Medium

`read_prts_page` now accepts `section_index` parameter to return specified section content.

`read_prts_page` now accepts `section_index` parameter to return specified section content.

Source: granite4.1:8b-q6_K@2026-05-21

Confidence: high

Full changelog

Added

  • PRTS page table of contents. list_prts_sections(page_title) returns the
    section index for a wiki page. Each section is labeled with its index (e.g.
    [1], [T-1] for template-transcluded), heading level, and title.
  • PRTS page categories. get_prts_categories(page_title) returns the
    category tags for a wiki page (e.g. "干员", "术师干员").
  • PRTS page links. get_prts_links(page_title, direction, limit) returns
    outbound links from a page or inbound backlinks to a page, with pagination.

Changed

  • read_prts_page gains section_index parameter. When set, only the
    specified section's plain-text content is returned instead of the full page.
    Backwards-compatible: the parameter defaults to None (whole page).
  • search_prts enhanced. New search_mode parameter (text / title),
    filter_technical toggle (default true, filters /spine, /data, etc.
    technical pages), and totalhits count in search results. Backwards-compatible:
    new parameters have safe defaults.

Install

pip install prts-mcp==1.3.0

Docker

docker pull ghcr.io/3akhp/prts-mcp:1.3.0

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]