Files
aiworker-agent/mcp-config.json
Hector Ros 1db98be556
Some checks failed
Build and Push Agent / build (push) Failing after 50s
Initial agent implementation
- Node.js Alpine base with Claude Code CLI
- MCP configuration for backend communication
- Git and development tools pre-installed
- K8s deployment manifests
- CI/CD workflow for automatic builds

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 01:23:30 +01:00

13 lines
327 B
JSON

{
"mcpServers": {
"aiworker-backend": {
"command": "node",
"args": ["-e", "console.log('MCP client placeholder')"],
"env": {
"BACKEND_URL": "http://backend.control-plane.svc.cluster.local:3000",
"MCP_SERVER_URL": "http://backend.control-plane.svc.cluster.local:3100"
}
}
}
}