Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
review_python_code | Comprehensive Python code analysis focusing on quality and security. Provides detailed reports with actionable recommendations. |
security_audit | Focused security vulnerability analysis for Python code. Identifies SQL injection, command injection, and other security risks. |
analyze_code_quality | Deep code quality analysis including style, maintainability, performance, and best practices compliance. |
compare_code_versions | Compare two versions of Python code to identify improvements or regressions in quality and security. |
get_improvement_suggestions | Get specific, actionable suggestions for improving Python code quality, security, and maintainability. |