ember_run_command
Execute Ember CLI commands with raw arguments directly from MCP clients, enabling tasks like running tests, generating components, and building apps.
Instructions
Run any ember command with raw arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The ember command to run (e.g., 'test --filter "my test"') | |
| cwd | No | Working directory |