16 lines
398 B
JSON
16 lines
398 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|