This release adds 5 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
ReleasePort's take
Light signalv1.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 summaryAdded table of contents, categories, and links APIs plus enhanced search options.
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` 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_pagegainssection_indexparameter. When set, only the
specified section's plain-text content is returned instead of the full page.
Backwards-compatible: the parameter defaults toNone(whole page).search_prtsenhanced. Newsearch_modeparameter (text/title),
filter_technicaltoggle (defaulttrue, filters/spine,/data, etc.
technical pages), andtotalhitscount 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
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]