wshobson--agents
1f5da4214b
Claude Code expects bundled MCP server configs under an "mcpServers" object (as the plugin README documents). Without the wrapper the runapi server is not registered on install.
12 行
187 B
JSON
12 行
187 B
JSON
{
|
|
"mcpServers": {
|
|
"runapi": {
|
|
"command": "npx",
|
|
"args": ["-y", "@runapi.ai/mcp@0.1.8"],
|
|
"env": {
|
|
"RUNAPI_API_KEY": "${RUNAPI_API_KEY}"
|
|
}
|
|
}
|
|
}
|
|
}
|