Skip to content

package:dart_mcp v0.2.2

Latest
Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 18 Jun 17:39
· 3 commits to main since this release
4ca0ff1
  • Refactor ClientImplementation and ServerImplementation to the shared
    Implementation type to match the spec. The old names are deprecated but will
    still work until the next breaking release.
  • Add clientInfo field to MCPServer, assigned during initialization.
  • Move the done future from the ServerConnection into MCPBase so it is
    available to the MPCServer class as well.