code-analyzer-server
0
This project is an MCP server designed to analyze code for bugs and issues across various languages including JavaScript, HTML, CSS, and Python. It provides automated and manual solutions for fixing coding problems.
Code Analyzer MCP Server
This MCP server provides tools to analyze code for bugs, errors, and functionality issues in front-end and back-end code. It offers options to automatically fix these issues.
Features
- Analyze JavaScript/TypeScript code using ESLint
- Analyze HTML code using HTMLHint
- Analyze CSS code using Stylelint
- Analyze Python code using Pyright
- Automatically fix issues when possible
- Get suggestions for fixing identified issues