chore: sync opencode.json with main (conflict resolution post PR#842 merge)

PR#842 merged the docs/opencode.json to main with the correct MCP URL path.
PR#840 branch had an older version — sync to main's content to resolve conflict.
This commit is contained in:
molecule-ai[bot] 2026-04-17 22:14:57 +00:00 committed by GitHub
parent c5a1318de8
commit 00e3753f37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,10 @@
{
"$schema": "https://opencode.ai/config.schema.json",
"mcpServers": {
"molecule": {
"type": "remote",
"url": "${MOLECULE_MCP_URL}/workspaces/${WORKSPACE_ID}/mcp",
"headers": {
"Authorization": "Bearer ${MOLECULE_MCP_TOKEN}"
}
"headers": { "Authorization": "Bearer ${MOLECULE_MCP_TOKEN}" },
"description": "Molecule AI A2A orchestration — delegate_task, list_peers, check_task_status"
}
}
}