Skip to content

package:dart_mcp v0.3.2

Latest
Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 17 Jul 20:50
· 2 commits to main since this release
00889b4
  • Deprecate the EnumSchema type in favor of the StringSchema with an
    enumValues parameter. The EnumSchema type was not MCP spec compatible.
    • Also deprecated the associated JsonType.enumeration which doesn't exist
      in the JSON schema spec.