genlayer
Execute CLI commands with full access to perform state-changing operations on your project. Configure working directory, environment variables, and timeout.
Instructions
Run the GenLayer CLI with full command access. This can perform state-changing operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments passed to the command. | |
| cwd | No | Working directory for the command. Defaults to the MCP server cwd. | |
| timeoutMs | No | Timeout in milliseconds. Defaults to 120000. | |
| env | No | Extra environment variables merged over the MCP server environment. |