Skip to main content
Glama

Edit-MCP

format_code

Format code files by specifying the file path and programming language, ensuring consistent coding style and readability. Integrates with Edit-MCP for streamlined code editing.

Instructions

Format code in a file

Input Schema

NameRequiredDescriptionDefault
languageNoLanguage of the code (e.g., javascript, python, rust)
pathYesPath to the file to format

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "Language of the code (e.g., javascript, python, rust)", "type": "string" }, "path": { "description": "Path to the file to format", "type": "string" } }, "required": [ "path" ], "type": "object" }
Install Server

Other Tools from Edit-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/mixelpixx/microsoft-edit-mcp'

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