Skip to content

Commit 47d098f

Browse files
committed
0.11.0
1 parent ad2bb5d commit 47d098f

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.11.0] - 2026-06-10
10+
911
### Added
1012

1113
- NeoWiki integration: tools to explore a NeoWiki knowledge graph — list schemas, inspect a schema's properties, search subjects by name, fetch a subject or a page's subjects, and run read-only Cypher queries. Available on wikis with the NeoWiki extension installed.
@@ -176,7 +178,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
176178

177179
- Smithery integration.
178180

179-
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.10.0...HEAD
181+
[Unreleased]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.11.0...HEAD
182+
[0.11.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.10.0...v0.11.0
180183
[0.10.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.9.1...v0.10.0
181184
[0.9.1]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.9.0...v0.9.1
182185
[0.9.0]: https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/compare/v0.8.0...v0.9.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.10.0",
3+
"version": "0.11.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.10.0",
5+
"version": "0.11.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.10.0",
3+
"version": "0.11.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.10.0",
6+
"version": "0.11.0",
77
"repository": {
88
"url": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server",
99
"source": "github"

0 commit comments

Comments
 (0)