- Refactor
ClientImplementation
andServerImplementation
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 toMCPServer
, assigned during initialization. - Move the
done
future from theServerConnection
intoMCPBase
so it is
available to theMPCServer
class as well.