conversion du mcp de local vers host web

This commit is contained in:
2026-05-31 19:54:39 +02:00
parent 23eb3f3c84
commit 684224d217
3808 changed files with 1145 additions and 411051 deletions
+9 -4
View File
@@ -1,15 +1,20 @@
{
"name": "mcp-wiki-server",
"version": "1.0.0",
"description": "MCP server serving the EasyWMS wiki knowledge base to Claude",
"description": "MCP server serving the EasyWMS wiki knowledge base to Claude (Streamable HTTP)",
"main": "src/index.js",
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {
"start": "node src/index.js",
"inspect": "npx @modelcontextprotocol/inspector node src/index.js"
"inspect": "npx @modelcontextprotocol/inspector node src/index.js",
"smoke-test": "bash scripts/smoke-test.sh"
},
"dependencies": {
"@modelcontextprotocol/sdk": "latest",
"dotenv": "^16.0.0"
"@modelcontextprotocol/sdk": "1.29.0",
"express": "^4.21.0",
"zod": "^3.25.0"
}
}