|
1 | 1 | { |
2 | | - "manifest_version": "0.4", |
3 | | - "name": "@professional-wiki/mediawiki-mcp-server", |
4 | | - "display_name": "MediaWiki MCP Server", |
5 | | - "version": "0.6.0", |
6 | | - "description": "Model Context Protocol (MCP) server for MediaWiki", |
7 | | - "author": { |
8 | | - "name": "Professional Wiki", |
9 | | - "url": "https://professional.wiki" |
10 | | - }, |
11 | | - "server": { |
12 | | - "type": "node", |
13 | | - "entry_point": "dist/index.js", |
14 | | - "mcp_config": { |
15 | | - "command": "node", |
16 | | - "args": [ |
17 | | - "${__dirname}/dist/index.js" |
18 | | - ], |
19 | | - "env": { |
20 | | - "CONFIG": "${user_config.configPath}" |
21 | | - } |
22 | | - } |
23 | | - }, |
24 | | - "user_config": { |
25 | | - "configPath": { |
26 | | - "type": "file", |
27 | | - "title": "Configuration File", |
28 | | - "description": "Path to the configuration file (config.json)", |
29 | | - "default": "config.json", |
30 | | - "required": false |
31 | | - } |
32 | | - }, |
33 | | - "tools_generated": true, |
34 | | - "keywords": [ |
35 | | - "modelcontextprotocol", |
36 | | - "mcp", |
37 | | - "mediawiki", |
38 | | - "wiki", |
39 | | - "wikipedia", |
40 | | - "wikimedia", |
41 | | - "knowledge", |
42 | | - "wikibase", |
43 | | - "smw" |
44 | | - ], |
45 | | - "license": "MIT", |
46 | | - "homepage": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server", |
47 | | - "repository": { |
48 | | - "type": "git", |
49 | | - "url": "git+https://github.com/ProfessionalWiki/MediaWiki-MCP-Server.git" |
50 | | - } |
| 2 | + "manifest_version": "0.4", |
| 3 | + "name": "@professional-wiki/mediawiki-mcp-server", |
| 4 | + "display_name": "MediaWiki MCP Server", |
| 5 | + "version": "0.6.1", |
| 6 | + "description": "Model Context Protocol (MCP) server for MediaWiki", |
| 7 | + "author": { |
| 8 | + "name": "Professional Wiki", |
| 9 | + "url": "https://professional.wiki" |
| 10 | + }, |
| 11 | + "server": { |
| 12 | + "type": "node", |
| 13 | + "entry_point": "dist/index.js", |
| 14 | + "mcp_config": { |
| 15 | + "command": "node", |
| 16 | + "args": [ |
| 17 | + "${__dirname}/dist/index.js" |
| 18 | + ], |
| 19 | + "env": { |
| 20 | + "CONFIG": "${user_config.configPath}" |
| 21 | + } |
| 22 | + } |
| 23 | + }, |
| 24 | + "user_config": { |
| 25 | + "configPath": { |
| 26 | + "type": "file", |
| 27 | + "title": "Configuration File", |
| 28 | + "description": "Path to the configuration file (config.json)", |
| 29 | + "default": "config.json", |
| 30 | + "required": false |
| 31 | + } |
| 32 | + }, |
| 33 | + "tools_generated": true, |
| 34 | + "keywords": [ |
| 35 | + "modelcontextprotocol", |
| 36 | + "mcp", |
| 37 | + "mediawiki", |
| 38 | + "wiki", |
| 39 | + "wikipedia", |
| 40 | + "wikimedia", |
| 41 | + "knowledge", |
| 42 | + "wikibase", |
| 43 | + "smw" |
| 44 | + ], |
| 45 | + "license": "MIT", |
| 46 | + "homepage": "https://github.com/ProfessionalWiki/MediaWiki-MCP-Server", |
| 47 | + "repository": { |
| 48 | + "type": "git", |
| 49 | + "url": "git+https://github.com/ProfessionalWiki/MediaWiki-MCP-Server.git" |
| 50 | + } |
51 | 51 | } |
0 commit comments