Mentor MCP Server
by cyanheads
Verified
code_review
Provides a code review for a given file or code snippet, focusing on potential bugs, style issues, performance bottlenecks, and security vulnerabilities.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code_snippet | No | Optional small code snippet for quick reviews (alternative to file_path) | |
file_path | No | The full path to the local file containing the code to review | |
language | No | The programming language of the code |
Input Schema (JSON Schema)
You must be authenticated.