This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
ReleasePort's take
Light signalPRTS 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 summaryAdded PRTS page table of contents, categories, and links APIs.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| 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_pagegainssection_indexparameter. Backwards-compatible.search_prtsenhanced. Newsearch_mode(text/title),
filter_technicaltoggle, andtotalHitsin 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
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]