Skip to content

Commit 9b4b16c

Browse files
committed
0.13.1
1 parent cb55131 commit 9b4b16c

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.13.1] - 2026-07-09
10+
911
### Fixed
1012

1113
- Trying to create, edit, or move a page in a protected namespace without the required right is now reported as a permission error rather than a generic upstream failure.
@@ -206,7 +208,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
206208

207209
- Smithery integration.
208210

209-
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.0...HEAD
211+
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.1...HEAD
212+
[0.13.1]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.0...v0.13.1
210213
[0.13.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.12.0...v0.13.0
211214
[0.12.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.11.0...v0.12.0
212215
[0.11.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.10.0...v0.11.0

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.13.0",
3+
"version": "0.13.1",
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.13.0",
5+
"version": "0.13.1",
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.13.0",
3+
"version": "0.13.1",
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.13.0",
6+
"version": "0.13.1",
77
"repository": {
88
"url": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
99
"source": "github"

0 commit comments

Comments
 (0)