Initial agent implementation
Some checks failed
Build and Push Agent / build (push) Failing after 50s
Some checks failed
Build and Push Agent / build (push) Failing after 50s
- 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>
This commit is contained in:
12
mcp-config.json
Normal file
12
mcp-config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user