Skip to content

Commit 529d5bf

Browse files
committed
0.15.0
1 parent e0084a9 commit 529d5bf

7 files changed

Lines changed: 11 additions & 8 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.15.0] - 2026-07-28
10+
911
### Security
1012

1113
- Reading an `mcp://wikis/{wikiKey}` resource no longer discloses the wiki's OAuth 2.0 client secret, previously served in plaintext to any client allowed to read resources. **If you run the HTTP transport with a confidential OAuth consumer, rotate that secret.** The resource now publishes only `sitename`, `server`, `articlepath`, `scriptpath`, `private` and `readOnly`.
@@ -274,7 +276,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
274276

275277
- Smithery integration.
276278

277-
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.14.0...HEAD
279+
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.15.0...HEAD
280+
[0.15.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.14.0...v0.15.0
278281
[0.14.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.1...v0.14.0
279282
[0.13.1]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.0...v0.13.1
280283
[0.13.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.12.0...v0.13.0

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.14.0",
5+
"version": "0.15.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.14.0",
3+
"version": "0.15.0",
44
"description": "Model Context Protocol (MCP) server for MediaWiki",
55
"mcpName": "io.github.ProfessionalWiki/mediawiki-mcp-server",
66
"keywords": [

plugins/mediawiki-mcp-server/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mediawiki-mcp-server",
33
"displayName": "MediaWiki MCP Server",
4-
"version": "0.14.0",
4+
"version": "0.15.0",
55
"description": "MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools",
66
"author": {
77
"name": "Professional Wiki",

plugins/mediawiki-mcp-server/.codex-plugin/plugin.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.14.0",
3+
"version": "0.15.0",
44
"description": "MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools",
55
"author": {
66
"name": "Professional Wiki",

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

0 commit comments

Comments
 (0)