Skip to content

This release fixes issues for SREs watching stability and regressions.

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

Fixed data race in cache by adding mutex protection for AccessedAt field

Full changelog

Bug Fixes

  • Fix data race in cache: Added mutex protection for AccessedAt field in CacheEntry to prevent concurrent access issues when multiple goroutines access the cache simultaneously
  • Fix lint errors: Resolved unchecked error returns in test files to satisfy errcheck linter

Details

The data race fix addresses a potential issue where concurrent cache reads could cause undefined behavior due to unsynchronized writes to the AccessedAt timestamp used for LRU eviction tracking.

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]