·
10 commits
to main
since this release
- Expose various private methods on MCP server mixins as public methods, with
@mustCallSuperannotations. This allows intercepting calls for logging,
metrics, or other purposes. - Fix the
resourceparameter type onEmbeddedResourceto be
ResourceContentsinstead ofContents.- Note: This is technically breaking but the previous API would not have
been possible to use in a functional manner, so it is assumed that it had
no usage previously.
- Note: This is technically breaking but the previous API would not have
- Fix the
typegetter onEmbeddedResourceto read the actual type field. - Add
toJsonmethod to theCreateMessageResultof a sampling request.