mcp_dart_cli 0.1.5
mcp_dart_cli: ^0.1.5 copied to clipboard
CLI for Model Context Protocol (MCP) servers in Dart.
0.1.5 #
updatecommand:- Update the CLI to the latest version via
mcp_dart update. - Automatic update checks on command execution.
- Update the CLI to the latest version via
0.1.4 #
createcommand:- Improved package name inference when creating a project from a path (e.g.
mcp_dart create ./my-project). - Internal refactoring for better testability.
- Improved package name inference when creating a project from a path (e.g.
0.1.3 #
createcommand:- Optional project path argument:
mcp_dart create <project_name> [path] - General code cleanup and improvements
- Optional project path argument:
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.