项目文件夹

文件
Seth Hobson 1f5da4214b fix: wrap .mcp.json server config in mcpServers key
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.
2026-06-25 11:47:15 +09:00

12 行
187 B
JSON

{
"mcpServers": {
"runapi": {
"command": "npx",
"args": ["-y", "@runapi.ai/mcp@0.1.8"],
"env": {
"RUNAPI_API_KEY": "${RUNAPI_API_KEY}"
}
}
}
}