mcp_dart_cli 0.1.2
mcp_dart_cli: ^0.1.2 copied to clipboard
CLI for Model Context Protocol (MCP) servers in Dart.
0.1.2 #
-
servecommand for running MCP servers:- Supports stdio and HTTP transport (
--transport http) --watchflag for automatic server restart on file changes
- Supports stdio and HTTP transport (
-
doctorcommand for checking project configuration:- Dynamic verification that starts the server and tests all tools, resources, and prompts
- Detailed status output for each check
-
inspectcommand for interacting with MCP servers:--urlflag for connecting via Streamable HTTP--waitflag to wait for server notifications--resourceand--promptflags for reading resources and promptssampling/createMessagerequest handler for LLM-based tools- Detailed tool schema information in capabilities listing
0.1.1 #
- Add GitHub Actions workflows for mcp_dart_cli
0.1.0 #
- Initial release of the
mcp_dart_clipackage. createcommand for creating new MCP servers from templates.