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
fix: Correct SecurityScheme and Security JSON format in JSONRPC transport test
Fixed the AGENT_CARD test constant to use the correct protobuf JSON format:
- SecurityScheme: Changed from flat structure with "type" discriminator to
oneof wrapper format with "openIdConnectSecurityScheme" field
- Security: Changed from flat map structure to nested structure with
"schemes" wrapper and "list" wrapper for scopes
This ensures the JSON matches the protobuf JSON format expected by
JSONRPCUtils.parseJsonString() in the JSONRPC transport layer.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments