Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PATH | No | System PATH including Flutter bin directory (required for Flutter tests). Example: /opt/homebrew/Caskroom/flutter/3.27.2/flutter/bin:/usr/local/bin:/usr/bin:/bin | |
| NODE_PATH | No | Path to the test-runner-mcp node_modules directory | |
| PUB_CACHE | No | Path to pub cache directory (required for Flutter tests). Example: /Users/username/.pub-cache | |
| FLUTTER_ROOT | No | Path to Flutter installation (required for Flutter tests). Example: /opt/homebrew/Caskroom/flutter/3.27.2/flutter |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_tests | Run tests and capture output |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |