This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryNew 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
- Convert:
mediawiki_convert_markdown→ get wikitext - Save:
mediawiki_edit_page→ publish to wiki
All Changes
- feat: Add
mediawiki_convert_markdowntool - 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
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]