niradler/code-feedback
If you are the rightful owner of code-feedback and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Code Feedback MCP Server is an open-source tool designed to provide automated, multi-language code feedback, validation, and project analysis.
Tools
Functions exposed to the LLM to take actions
validate_typescript_file
Validate and compile a TypeScript file, checking for syntax and type errors.
validate_javascript_file
Validate JavaScript file syntax using Node.js.
validate_python_file
Validate Python file with syntax checking and optional linting.
validate_go_file
Validate Go source file with compilation and formatting checks.
run_npm_script
Run any npm script defined in package.json.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client