mcp-bugfix
Fix ESLint errors in your project directory using npx eslint --fix. Integrates with MCP Basics server for streamlined development workflows across Cline projects.
Instructions
Execute mcp-bugfix: npx eslint . --fix
Input Schema
Name | Required | Description | Default |
---|---|---|---|
directory | No | Directory to run the command in (optional, defaults to current directory) |
Input Schema (JSON Schema)
{
"properties": {
"directory": {
"description": "Directory to run the command in (optional, defaults to current directory)",
"type": "string"
}
},
"required": [],
"type": "object"
}