All checks were successful
Build and Push Agent / build (push) Successful in 4s
- 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>
12 lines
394 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|