Files
aiworker-agent/claude-mcp-config.json
Hector Ros 924bf2244d
All checks were successful
Build and Push Agent / build (push) Successful in 4s
Add agent access documentation and MCP usage guide
- Complete guide for accessing terminal web (claude.fuq.tv)
- MCP endpoints usage examples
- Typical workflow from task to PR
- Troubleshooting section
- MCP config template (for future use)

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

12 lines
394 B
JSON

{
"mcpServers": {
"aiworker": {
"command": "node",
"args": ["-e", "require('child_process').spawn('curl', ['-X', 'POST', process.argv[1], '-H', 'Content-Type: application/json', '-d', JSON.stringify({method: process.argv[2], params: JSON.parse(process.argv[3])})], {stdio: 'inherit'})"],
"env": {
"MCP_ENDPOINT": "https://api.fuq.tv/api/mcp"
}
}
}
}