mcp-bugfix
Automatically fix ESLint errors in JavaScript/TypeScript code by running npx eslint --fix on specified directories to enforce coding standards.
Instructions
Execute mcp-bugfix: npx eslint . --fix
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Directory to run the command in (optional, defaults to current directory) |