A developer-friendly MCP (Model Context Protocol) framework for Dart with annotations and code generation. Build MCP servers as easily as annotating methods with @MCPTool, @MCPResource, or @MCPPrompt - similar to how json_serializable or freezed works.
$git clone https://github.com/zfinix/mcp_server_dartInstalls into the current project.
Install mcp_server_dart by running `git clone https://github.com/zfinix/mcp_server_dart`, then use it for the current task and follow its documentation at https://github.com/zfinix/mcp_server_dart.