All checks were successful
Build and Push Agent / build (push) Successful in 4s
- MCP bridge: stdio protocol <-> HTTP endpoints - Config file for Claude Code with aiworker MCP server - Maps Claude MCP calls to /api/mcp/* endpoints - To install: copy to /root/.config/claude/config.json in pod Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"mcpServers": {
|
|
"aiworker": {
|
|
"command": "node",
|
|
"args": ["/workspace/mcp-bridge-server.js"],
|
|
"env": {
|
|
"BACKEND_URL": "https://api.fuq.tv"
|
|
}
|
|
}
|
|
}
|
|
}
|