Format code in your directory using Prettier via MCP Basics server. Automate code style consistency across your Cline projects without local installation.
Run ESLint, TypeScript checks (tsc), and Prettier on specified files to identify formatting issues, type errors, and code style violations. Enhances code quality during GitHub PR reviews.
Execute whitelisted shell commands (npm, yarn, git, node, npx, tsc, eslint, prettier) in the workspace for streamlined development processes within the AI Development Pipeline MCP.
A TypeScript template for building remote Model Context Protocol servers with modern tooling including Vite, Express, ESLint, Prettier, and Docker support. Includes an example echo tool to demonstrate MCP tool implementation.
A TypeScript template for building remote Model Context Protocol (MCP) servers with modern tooling including Vite, Express, ESLint, Prettier, and Docker support. Includes an example echo tool to demonstrate MCP tool implementation patterns.