Skip to content

3aKHP/prts-mcp

vts/v1.1.0 Feature

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

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.0 adds three new MCP search tools enabling regex queries across operator data, story dialogue, and searchable domains.

Why it matters: Test the new `list_search_scopes`, `search_data`, and `search_stories` tools in development before deploying to production.

Summary

AI summary

Added three new MCP search tools for regex queries across operator data and story dialogue.

Changes in this release

Feature Medium

Three new MCP tools provide full-text regex search across operator data and story dialogue.

Three new MCP tools provide full-text regex search across operator data and story dialogue.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

`list_search_scopes` tool lists searchable data domains and their content types.

`list_search_scopes` tool lists searchable data domains and their content types.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

`search_data(pattern, scope, max_results)` searches operator names, descriptions, archive texts, and voice lines.

`search_data(pattern, scope, max_results)` searches operator names, descriptions, archive texts, and voice lines.

Source: llm_adapter@2026-05-21

Confidence: high

Feature Medium

`search_stories(pattern, character, line_type, context_lines, max_results, event_id)` searches story dialogue with filtering.

`search_stories(pattern, character, line_type, context_lines, max_results, event_id)` searches story dialogue with filtering.

Source: llm_adapter@2026-05-21

Confidence: high

Dependency Medium

Version 1.1.0 of prts-mcp-ts is now available for installation.

Version 1.1.0 of prts-mcp-ts is now available for installation.

Source: llm_adapter@2026-05-21

Confidence: low

Full changelog

Added

  • Search tools. Three new MCP tools provide full-text regex search across
    operator data and story dialogue, enabling exploratory queries without
    knowing exact operator names or story keys upfront:
    • list_search_scopes — list searchable data domains and their content types.
    • search_data(pattern, scope, max_results) — search operator names,
      descriptions, archive texts, and voice lines.
    • search_stories(pattern, character, line_type, context_lines, max_results, event_id)
      — search story dialogue, narration, and choice lines with filtering by
      speaker and line type, plus configurable context lines around each match.

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]