github modelcontextprotocol/go-sdk v0.8.0

14 hours ago

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 the github.com/google/jsonschema-go/jsonschema package. Now that package is only used for inference (in mcp.AddTool) and validation.
  • #535: remove error code constants that were functionally inaccessible.

Full Changelog: v0.7.0...v0.8.0

Don't miss a new go-sdk release

NewReleases is sending notifications on new releases.