màj wiki avec retour MES lot-5 AD

This commit is contained in:
Arthur Ria
2026-05-20 09:41:27 +02:00
commit 23eb3f3c84
4106 changed files with 469381 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "mcp-wiki-server",
"version": "1.0.0",
"description": "MCP server serving the EasyWMS wiki knowledge base to Claude",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"inspect": "npx @modelcontextprotocol/inspector node src/index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "latest",
"dotenv": "^16.0.0"
}
}