A2A (Agent-to-Agent) protocol wrapper for OpenCode. Drop a JSON config file in, get a fully-spec-compliant A2A server out. Supports any agent persona, MCP tool servers, SSE streaming with polling fallback, context building, and multi-turn conversations.
{
"mcpServers": {
"a2a-opencode": {
"command": "npx",
"args": [
"-y",
"a2a-opencode"
]
}
}
}