Skip to content

3aKHP/prts-mcp

vts/v1.3.0 Feature

This release adds 3 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

PRTS v1.3.0 adds three new APIs for wiki page introspection: sections, categories, and links (both inbound and outbound). All changes are backwards-compatible.

Why it matters: New section, category, and link APIs enable table-of-contents and navigation features. Backwards-compatible; test in dev before adding to your next routine dependency update.

Summary

AI summary

Added PRTS page table of contents, categories, and links APIs.

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` enhanced with new `search_mode` (`text` / `title`) and `filter_technical` toggle, plus `totalHits` in results; backwards-compatible.

`search_prts` enhanced with new `search_mode` (`text` / `title`) and `filter_technical` toggle, plus `totalHits` in results; backwards-compatible.

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

Confidence: high

Refactor Medium

`read_prts_page` gains `section_index` parameter; backwards-compatible.

`read_prts_page` gains `section_index` parameter; backwards-compatible.

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.
  • PRTS page categories. get_prts_categories(page_title) returns category
    tags for a wiki page.
  • PRTS page links. get_prts_links(page_title, direction, limit) returns
    outbound links or inbound backlinks with pagination.

Changed

  • read_prts_page gains section_index parameter. Backwards-compatible.
  • search_prts enhanced. New search_mode (text / title),
    filter_technical toggle, and totalHits in results. Backwards-compatible.

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]