Skip to content

This release adds 1 notable feature 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 mediawiki_convert_markdown tool adds Markdown‑to‑MediaWiki conversion with theme options.

Full changelog

What's New

Markdown to MediaWiki Converter ✨

New tool mediawiki_convert_markdown transforms Markdown text into MediaWiki markup.

Use cases:

  • Convert README files for wiki publishing
  • Transform release notes from GitHub/GitLab format
  • Prepare documentation written in Markdown

Features:

  • Three themes: tieto (brand colors), neutral (default), dark
  • Optional CSS output for branded appearance
  • Changelog reordering (newest first)
  • Checkmark prettification (✓ → ✅)

Example:

Input:  "# Hello\n**bold** and *italic*"
Output: "= Hello =\n'''bold''' and ''italic''"

Workflow

  1. Convert: mediawiki_convert_markdown → get wikitext
  2. Save: mediawiki_edit_page → publish to wiki

All Changes

  • feat: Add mediawiki_convert_markdown tool
  • Rename theme "tietoevry" → "tieto"
  • Add tool to MCP decision tree and AI documentation
  • Update README with converter documentation

Security

  • All tests pass ✅
  • govulncheck: No vulnerabilities
  • gosec: No security issues

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