You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- replace the legacy MCP implementation with an authenticated stateless
API v2 endpoint
- expose AgentInstance discovery and invocation through the in-process
public A2A gateway
- support the MCP Tasks extension for durable polling, cancellation, and
input-required continuation, with synchronous fallback
- remove the legacy MCP handler and in-memory agent client registry
## Testing
- go test ./core/...
- make -C go lint
- go test ./core/v2/mcp ./core/v2/a2agateway -timeout=2m
- local Kind E2E: TestMCPAgentInstanceInteraction,
TestMCPAskUserContinuation, TestMCPCancelTask
---------
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
0 commit comments