Files

21 lines
526 B
JSON

{
"name": "mcp-wiki-server",
"version": "1.0.0",
"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",
"smoke-test": "bash scripts/smoke-test.sh"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"express": "^4.21.0",
"zod": "^3.25.0"
}
}