anjijava16/Summoner_A2A
Google A2A with Summoner apporach From summoner as Orchestor agent calling other A2A agents (earth a2a server, fire,water) 3 a2a servers
Platform-specific configuration:
{
"mcpServers": {
"Summoner_A2A": {
"command": "npx",
"args": [
"-y",
"Summoner_A2A"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A multi-agent AI Google's ADK (Agent Development Kit), A2A (Agent-to-Agent) Protocol, MCP (Model Context Protocol), and a turn-based RPG dungeon crawler game — all running serverlessly on Google Cloud.
---
---
The project consists of two interconnected projects:
| Project | Purpose | |---------|---------| | agentverse-agents-a2a | Multi-agent backend — 4 AI familiars (Fire, Water, Earth, Summoner) deployed as independent Cloud Run services communicating via A2A, with MCP servers providing tools | | agentverse-ui-api-dungeon | Turn-based RPG game — React frontend + FastAPI backend where players fight bosses using their AI agents' abilities, with quiz-based damage mechanics |
Core Technologies:
.well-known/agent.json cards and RPC endpointsLoading reviews...