Skip to main content
Glama

lsp-mcp

by flothjl

AnalyzeFile

Process a file for detailed analysis using a valid file path. Part of the lsp-mcp server, designed for code linting, type-checking, and improvement across multiple languages.

Instructions

Run a file through analysis. You MUST provide a valid Path for the file.

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "AnalyzeFileParams": { "properties": { "file_path": { "format": "file-path", "title": "File Path", "type": "string" } }, "required": [ "file_path" ], "title": "AnalyzeFileParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/AnalyzeFileParams" } }, "required": [ "params" ], "title": "analyze_fileArguments", "type": "object" }
Install Server

Other Tools from lsp-mcp

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/flothjl/lsp-mcp'

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