Dart MCP Server

dart-test

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" }