forked from molecule-ai/molecule-core
Security Auditor FINDING-1: bare ${MOLECULE_MCP_URL} missing the router path.
Fix adds /workspaces/${WORKSPACE_ID}/mcp so opencode reaches MCPHandler.
Unblocks PR#842 merge.
11 lines
313 B
JSON
11 lines
313 B
JSON
{
|
|
"mcpServers": {
|
|
"molecule": {
|
|
"type": "remote",
|
|
"url": "${MOLECULE_MCP_URL}/workspaces/${WORKSPACE_ID}/mcp",
|
|
"headers": { "Authorization": "Bearer ${MOLECULE_MCP_TOKEN}" },
|
|
"description": "Molecule AI A2A orchestration — delegate_task, list_peers, check_task_status"
|
|
}
|
|
}
|
|
}
|