Dart MCP Server

dart-test

Execute Dart test cases by specifying file or directory paths, working directory, and additional options using this MCP server tool for streamlined Dart/Flutter development workflows.

Input Schema

NameRequiredDescriptionDefault
optionsNoAdditional test options
pathNoPath to the test file or directory
workingDirNoWorking directory for the command

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "description": "Additional test options", "items": { "type": "string" }, "type": "array" }, "path": { "description": "Path to the test file or directory", "type": "string" }, "workingDir": { "description": "Working directory for the command", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

ID: vuwii9l5gu