A2A (Agent-to-Agent) protocol wrapper for OpenAI Codex SDK. Drop a JSON config file in, get a fully-spec-compliant A2A server out. Supports repository sandboxing, MCP tools, streaming sideband events,…
{
"mcpServers": {
"a2a-codex": {
"command": "npx",
"args": [
"-y",
"a2a-codex"
]
}
}
}