- Fixed Task.new/3 to handle both maps and keyword lists - Added robust inbox existence checking in find_available_agent - Ensure inbox creation during agent registration and task assignment - Add helper function ensure_inbox_exists to avoid crashes
13 lines
318 B
JSON
13 lines
318 B
JSON
{
|
|
"mcpServers": {
|
|
"agent-coordinator": {
|
|
"command": "/home/ra/agent_coordinator/scripts/mcp_launcher.sh",
|
|
"args": [],
|
|
"env": {
|
|
"MIX_ENV": "dev",
|
|
"NATS_HOST": "localhost",
|
|
"NATS_PORT": "4222"
|
|
}
|
|
}
|
|
}
|
|
} |