Skip to content

This release adds 2 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

New declarative tool registration abstraction simplifies adding tools via two changes.

Full changelog

What's Changed

Tool Registration Abstraction

  • New tools/ package with declarative tool specifications
  • main.go reduced from 1,801 → 939 lines (-48%)
  • Adding new tools now requires only 2 changes:
    1. Add method to wiki.Client
    2. Add ToolSpec to AllTools

Files Added

| File | Lines | Purpose |
|------|-------|---------|
| tools/registry.go | 40 | ToolSpec type definition |
| tools/definitions.go | 386 | Declarative specs for all 31 tools |
| tools/handlers.go | 316 | Type-safe registration with generics |

Full Changelog: https://github.com/olgasafonova/mediawiki-mcp-server/compare/v1.18.0...v1.19.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]