Skip to content

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

Published 5mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

anthropic claude go mcp mcp-server mediawiki
+4 more
model-context-protocol starred wiki wikipedia

Summary

AI summary

Response 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 GetExternalLinksBatch using goroutines
  • Add batch page existence check using MediaWiki multi-value API (titles=A|B|C)
  • Optimize FindBrokenInternalLinks to 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 Silicon
  • mediawiki-mcp-server-mac-intel - macOS Intel
  • mediawiki-mcp-server-linux - Linux x64
  • mediawiki-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

Track olgasafonova/mediawiki-mcp-server

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Earlier breaking changes

  • v1.31.0 rationale parameter now required on 7 destructive MCP tools

Beta — feedback welcome: [email protected]