-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The MCP Protocol says that responses can contain arbitrary json as a result, but the kotlin SDK only uses a sealed interface for the result. This makes returning custom JSON awkward, leaving only the _meta
property.
Describe the solution you'd like
Allow JSONRPCResponse
to accept a JSON result
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request