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(tool): Return the OutputSchema from the tool definition (#571)
This commit returns the `OutputSchema` from the tool definition as per
the MCP spec: https://modelcontextprotocol.io/specification/2025-06-18/server/tools#output-schema
The behaviour of `WithOutputSchema()` also changed as `RawOutputSchema`
is not longer populated, but `OutputSchema` is from the `T` generic
type. The only way now to set `RawOutputSchema` is through the
`WithRawOutputSchema()` method.
0 commit comments