Skip to content

Commit e1ceffd

Browse files
committed
0.14.0
1 parent 923601c commit e1ceffd

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.14.0] - 2026-07-23
10+
911
### Breaking changes
1012

1113
- Hosted OAuth proxy: the upstream OAuth consumer must now be **confidential**. Set `oauth2ClientSecret` (or the `MCP_OAUTH2_CLIENT_SECRET` environment variable) for the default wiki; the proxy refuses to start without it. A confidential consumer is what lets the proxy refresh the upstream token, so users stay signed in past the wiki's OAuth2 access-token lifetime (one hour by default). A deployment using a public or PKCE consumer must register a confidential one and supply its secret.
@@ -241,7 +243,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
241243

242244
- Smithery integration.
243245

244-
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.1...HEAD
246+
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.14.0...HEAD
247+
[0.14.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.1...v0.14.0
245248
[0.13.1]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.13.0...v0.13.1
246249
[0.13.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.12.0...v0.13.0
247250
[0.12.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.11.0...v0.12.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.13.1",
5+
"version": "0.14.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.13.1",
3+
"version": "0.14.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.13.1",
4+
"version": "0.14.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.13.1",
3+
"version": "0.14.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.13.1",
6+
"version": "0.14.0",
77
"repository": {
88
"url": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
99
"source": "github"

0 commit comments

Comments
 (0)