Fix weather + wikipedia: add mcp_config (command+args) to manifest
Both connectors were missing the mcp_config block that the frontend requires to install mcp_local connectors. Bump v1→v2 (2.0.0).
This commit is contained in:
@@ -33,7 +33,13 @@
|
||||
"reference",
|
||||
"research"
|
||||
],
|
||||
"version": 1,
|
||||
"version_string": "1.0.0",
|
||||
"mcp_config": {
|
||||
"command": "python3",
|
||||
"args": [
|
||||
"wikipedia_mcp_server.py"
|
||||
]
|
||||
},
|
||||
"version": 2,
|
||||
"version_string": "2.0.0",
|
||||
"version_release_date": "2026-07-19"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user