This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed property descriptions missing from JSON schema output for all 35 tools.
Full changelog
Bug Fix
Fix property descriptions missing from JSON schema output
The go-sdk v1.4.0 upgrade switched the underlying JSON schema library from invopop/jsonschema to google/jsonschema-go. The new library reads property descriptions from the jsonschema struct tag (not jsonschema_description), causing 30 of 35 tools to silently lose their parameter descriptions.
This patch updates all Args structs to use the correct tag format. All 35 tools now pass protocol compliance validation.
What's Changed
- ci: bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in https://github.com/olgasafonova/mediawiki-mcp-server/pull/20
- ci: bump actions/download-artifact from 7 to 8 by @dependabot[bot] in https://github.com/olgasafonova/mediawiki-mcp-server/pull/22
- deps: bump github.com/modelcontextprotocol/go-sdk from 1.3.1 to 1.4.0 in the go-dependencies group by @dependabot[bot] in https://github.com/olgasafonova/mediawiki-mcp-server/pull/21
Full Changelog: https://github.com/olgasafonova/mediawiki-mcp-server/compare/v1.27.0...v1.27.1
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]