Skip to main content
Glama

MCP Server Template for Cursor IDE

by jankowtf

apply_prompt_fix_linter

Analyzes linter errors and generates fixes with customizable prompts, integrating into Cursor IDE via MCP for efficient code error resolution.

Instructions

Provides a prompt for analyzing and fixing linter errors

Input Schema

NameRequiredDescriptionDefault
issueYesA description of the linter errors to be analyzed and fixed
specific_instructionsNoOptional specific instructions to include in the prompt
versionNoThe version of the prompt template to use (e.g., '1.0.0', '1.1.0', or 'latest')

Input Schema (JSON Schema)

{ "properties": { "issue": { "description": "A description of the linter errors to be analyzed and fixed", "type": "string" }, "specific_instructions": { "description": "Optional specific instructions to include in the prompt", "type": "string" }, "version": { "description": "The version of the prompt template to use (e.g., '1.0.0', '1.1.0', or 'latest')", "type": "string" } }, "required": [ "issue" ], "type": "object" }
Install Server

Other Tools from MCP Server Template for Cursor IDE

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/jankowtf/mcp-hitchcode'

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