Skip to content

package:dart_mcp v0.3.3

Latest
Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 28 Jul 18:18
· 4 commits to main since this release
912c1f3
  • Fix PingRequest handling when it is sent from a non-Dart client.
  • Deprecate ElicitationAction.reject and replace it with
    ElicitationAction.decline.
    • In the initial elicitations schema this was incorrectly listed as reject.
    • This package still allows reject and treats it as an alias fordecline.
    • The old reject enum value was replaced with a static constant equal
      exactly to decline, so switches are not affected.
  • Add title parameter to Prompt constructor.