Skip to main content
Glama

Build MCP Server

by TeodorTrotea

lint_code

Analyze codebase for syntax errors, style issues, and potential bugs using custom lint commands. Specify a directory to ensure consistent coding standards and improve code quality in development workflows.

Instructions

Run linting on the codebase

Input Schema

NameRequiredDescriptionDefault
commandNoLint command to run (e.g., "npm run lint", "eslint .")npm run lint
directoryNoDirectory to run linting in (default: current directory)

Input Schema (JSON Schema)

{ "properties": { "command": { "default": "npm run lint", "description": "Lint command to run (e.g., \"npm run lint\", \"eslint .\")", "type": "string" }, "directory": { "description": "Directory to run linting in (default: current directory)", "type": "string" } }, "type": "object" }
Install Server

Other Tools from Build MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/TeodorTrotea/mcptest'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server