This release exists to include the API change from #518, mentioned in the v0.7.0 release. It also includes a small change to remove extraneous API.
This concludes our API audit. Barring a realization over the weekend, we will cut v1.0.0 and any further API changes will be handled in a backwards compatible way.
API Changes
- #518: JSON schema fields are relaxed to type
any
, to decouple the SDK's API from thegithub.com/google/jsonschema-go/jsonschema
package. Now that package is only used for inference (inmcp.AddTool
) and validation. - #535: remove error code constants that were functionally inaccessible.
Full Changelog: v0.7.0...v0.8.0