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: add meta field to CallToolResult struct and update constructors
- Add meta field to CallToolResult struct definition
- Update all CallToolResult constructor methods to include missing fields:
- Add structured_content field to success(), error(), success_with_meta(), and error_with_meta()
- Add meta field to structured() and structured_error()
- Update CallToolResultHelper deserializer to include meta field
- Regenerate server_json_rpc_message_schema_current.json with updated schema
BREAKING CHANGE: CallToolResult struct now includes meta field
-[**breaking**] Add support for `Tool.outputSchema` and `CallToolResult.structuredContent` ([#316](https://github.com/modelcontextprotocol/rust-sdk/pull/316))
0 commit comments