package:dart_mcp v0.2.2
·
70 commits
to main
since this release
- Refactor
ClientImplementationandServerImplementationto the shared
Implementationtype to match the spec. The old names are deprecated but will
still work until the next breaking release. - Add
clientInfofield toMCPServer, assigned during initialization. - Move the
donefuture from theServerConnectionintoMCPBaseso it is
available to theMPCServerclass as well.