The MCP server requires @modelcontextprotocol/sdk and zod which are not globally installed. Added .agents/mcp/package.json and updated install.sh to run 'npm install --prefix' on first setup.
11 lines
192 B
JSON
11 lines
192 B
JSON
{
|
|
"name": "@dotfiles/all-agents-mcp",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
"zod": "^4.1.12"
|
|
}
|
|
}
|