Is your feature request related to a problem? Please describe.
Im trying to use the client to connect to a server that only supports HTTP+JSON/REST, but the client doesn't seem to support this at all, and defaults to JSON-RPC.
Describe the solution you'd like
The client should detect what transports protocols are supported by the agent card and then use the most appropriate one.
Describe alternatives you've considered
Building my own client directly using the REST endpoints.
Additional context
I am building a more generic client for our platform, which needs to be able to support all transports.
Code of Conduct
Is your feature request related to a problem? Please describe.
Im trying to use the client to connect to a server that only supports HTTP+JSON/REST, but the client doesn't seem to support this at all, and defaults to JSON-RPC.
Describe the solution you'd like
The client should detect what transports protocols are supported by the agent card and then use the most appropriate one.
Describe alternatives you've considered
Building my own client directly using the REST endpoints.
Additional context
I am building a more generic client for our platform, which needs to be able to support all transports.
Code of Conduct