This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryResponse caching and parallel batch operations dramatically improve performance.
Full changelog
Performance Improvements
This release includes major performance optimizations:
Measured Improvements
- Response caching: 2,901x faster for repeated calls (0.42ms vs 1.23s)
- Parallel batch operations: 2.9x faster (0.39s vs 1.10s for 3 pages)
- API call reduction: Up to 50x fewer API calls for broken link checking
Changes
- Add response caching with configurable TTL per operation type
- Parallelize
GetExternalLinksBatchusing goroutines - Add batch page existence check using MediaWiki multi-value API (
titles=A|B|C) - Optimize
FindBrokenInternalLinksto use batch checking - Configure HTTP transport with connection pooling and HTTP/2
- Improve retry logic with proper 429/Retry-After handling
- Add benchmark tool (
cmd/benchmark) for measuring performance
Cache TTLs
| Operation | TTL |
|-----------|-----|
| Wiki info | 60 min |
| Categories | 10 min |
| Page content | 5 min |
| Page info | 2 min |
| Search | 1 min |
Binaries
mediawiki-mcp-server-mac-apple-silicon- macOS Apple Siliconmediawiki-mcp-server-mac-intel- macOS Intelmediawiki-mcp-server-linux- Linux x64mediawiki-mcp-server-windows.exe- Windows x64
Full Changelog: https://github.com/olgasafonova/mediawiki-mcp-server/compare/v1.6.0...v1.7.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 olgasafonova/mediawiki-mcp-server
Connect to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis). 33+ tools for search, read, edit, link analysis, revision history, and Markdown conversion. Supports stdio and HTTP transport.
Related context
Related tools
Earlier breaking changes
- v1.31.0 rationale parameter now required on 7 destructive MCP tools
Beta — feedback welcome: [email protected]