@voltagent/a2a-server@2.0.3
VoltAgent/voltagent@voltagent/a2a-server@2.0.3Apr 11, 2026by voltagent-bot
AI Summary
Updates A2A agent card discovery endpoints to point to the JSON-RPC path `/a2a/{serverId}` instead of internal discovery documents.
Key Highlights
- A2A agent cards now advertise `/a2a/{serverId}` as the endpoint
- Absolute URL resolution for cards served through Hono and Elysia integrations
Full Release Notes
### Patch Changes
- [#1199](https://github.com/VoltAgent/voltagent/pull/1199) [`b6813e9`](https://github.com/VoltAgent/voltagent/commit/b6813e91aad3e3897a50111039e4adf90cae68a0) Thanks [@omeraplak](https://github.com/omeraplak)! - fix: point A2A agent cards at the JSON-RPC endpoint
A2A agent cards now advertise `/a2a/{serverId}` instead of the internal
`/.well-known/{serverId}/agent-card.json` discovery document. When the card is
served through the Hono or Elysia integrations, VoltAgent also resolves that
endpoint to an absolute URL based on the incoming request.