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
The current elicitation implementation uses a generic JsonObject type for the requested_schema field in CreateElicitationRequestParam. This approach lacks type safety and does not enforce the structure defined in the MCP 2025-06-18 specification.
Current implementation:
pubstructCreateElicitationRequestParam{pubmessage:String,pubrequested_schema:JsonObject,// Too generic, no type safety}