Dart MCP Server

dart-run

Execute Dart scripts programmatically using script path, arguments, and working directory settings. Designed for AI-powered development workflows within the Dart MCP Server.

Input Schema

NameRequiredDescriptionDefault
argsNoArguments to pass to the script
scriptYesPath to the Dart script to run
workingDirNoWorking directory for the command

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "description": "Arguments to pass to the script", "items": { "type": "string" }, "type": "array" }, "script": { "description": "Path to the Dart script to run", "type": "string" }, "workingDir": { "description": "Working directory for the command", "type": "string" } }, "required": [ "script" ], "type": "object" }

You must be authenticated.

Other Tools from Dart MCP Server

Related Tools

ID: vuwii9l5gu