A2A (Agent-to-Agent) protocol wrapper for the GitHub Copilot SDK. Drop a JSON config file in, get a fully-spec-compliant A2A server out. Supports any agent persona, MCP tool servers, streaming, contex…
{
"mcpServers": {
"a2a-copilot": {
"command": "npx",
"args": [
"-y",
"a2a-copilot"
]
}
}
}