mcp-linter
Run ESLint in your project directory to enforce coding standards and identify potential errors, streamlining code quality checks without individual tool installations.
Instructions
Execute mcp-linter: npx eslint .
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"
}