mcp-formatter
Format code in your directory using Prettier via MCP Basics server. Automate code style consistency across your Cline projects without local installation.
Instructions
Execute mcp-formatter: npx prettier --write .
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"
}