package:dart_mcp v0.3.1
·
41 commits
to main
since this release
- Fixes communication problem when a
MCPServeris instantiated without
instructions. - Fix the
contentargument toPromptMessageto be a singleContentobject. - Add new
package:dart_mcp/stdio.dartlibrary with astdioChannelutility
for creating a stream channel that separates messages by newlines. - Added more examples.
- Deprecated the
WithElicitationHandlerinterface - the method this required
is now defined directly on theElicitationSupportmixin which matches the
pattern used by other mixins in this package. - Change the
schemaparameter for elicitation requests to anObjectSchemato
match the spec. - Deprecate the
Elicitationsserver capability, this doesn't exist in the spec.