Skip to content

Commit f0d5b6e

Browse files
committed
0.12.0
1 parent 1b9caa3 commit f0d5b6e

6 files changed

Lines changed: 10 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66

77
## [Unreleased]
88

9+
## [0.12.0] - 2026-06-11
10+
911
### Added
1012

1113
- `MCP_TRUSTED_HOSTS` environment variable: a comma-separated allowlist of hosts exempt from the outbound SSRF guard's public-IP check, letting you deliberately point the server at an internal destination — such as a Docker-network alias like `mediawiki.svc` behind a reverse proxy. Without it, the anonymous siteinfo probe to a private address is refused, so extension-gated tools (Cargo, Semantic MediaWiki, Bucket, NeoWiki) never register and `get-site-info` reports no extensions. A bare host matches any port and `host:port` matches only that port; matching is exact, and a listed host is still DNS-resolved and pinned. Separate from the inbound `MCP_ALLOWED_HOSTS` Host-header allowlist. (#410)
@@ -182,7 +184,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
182184

183185
- Smithery integration.
184186

185-
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.11.0...HEAD
187+
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.12.0...HEAD
188+
[0.12.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.11.0...v0.12.0
186189
[0.11.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.10.0...v0.11.0
187190
[0.10.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.9.1...v0.10.0
188191
[0.9.1]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.9.0...v0.9.1

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mediawiki-mcp-server",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools",
55
"mcpServers": {
66
"mediawiki": {

mcpb/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.4",
33
"name": "@professional-wiki/mediawiki-mcp-server",
44
"display_name": "MediaWiki MCP Server",
5-
"version": "0.11.0",
5+
"version": "0.12.0",
66
"description": "Model Context Protocol (MCP) server for MediaWiki",
77
"author": {
88
"name": "Professional Wiki",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@professional-wiki/mediawiki-mcp-server",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Model Context Protocol (MCP) server for MediaWiki",
55
"mcpName": "io.github.ProfessionalWiki/mediawiki-mcp-server",
66
"keywords": [

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.ProfessionalWiki/mediawiki-mcp-server",
44
"title": "MediaWiki MCP Server",
55
"description": "MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools",
6-
"version": "0.11.0",
6+
"version": "0.12.0",
77
"repository": {
88
"url": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
99
"source": "github"

0 commit comments

Comments
 (0)