Skip to main content
Glama

Dart MCP Server

by egyleader

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

Other Tools from Dart MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/egyleader/dart-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server