This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
Summary
AI summaryAdded GITHUB_MIRRORS env var for GitHub proxy fallback and blind download path in sync functions.
Full changelog
Added
GITHUB_MIRRORSenvironment variable: comma-separated list of ghproxy-style proxy base URLs
(e.g.GITHUB_MIRRORS=https://ghproxy.net) tried in order after the direct GitHub URL fails,
enabling auto-sync on servers behind the GFW- Blind download path in
sync_repoandsync_release: when the GitHub API is unreachable but
mirrors are configured and no local data exists, files are fetched directly via mirrors without a
prior SHA check; storyjson uses thereleases/latest/download/redirect URL which does not
require an API call
Changed
download_filesreplaced sharedhttpx.Clientwith per-file_get_cascadingcalls to enable
independent mirror cascade per file
Docker image
docker pull ghcr.io/3akhp/prts-mcp:0.4.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]