Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ENABLE_MYPY | No | Enable MyPy type checking | |
ENABLE_BANDIT | No | Enable Bandit security scanning | |
ENABLE_FLAKE8 | No | Enable Flake8 linting | |
BLACK_LINE_LENGTH | No | Line length configuration for Black formatter | |
QUALITY_GUARD_TIER | No | Tier and authentication - can be free, professional, or enterprise | free |
QUALITY_GUARD_API_KEY | No | Your API key for Quality Guard | |
MIN_COVERAGE_THRESHOLD | No | Minimum code coverage threshold | |
MAX_COMPLEXITY_THRESHOLD | No | Maximum complexity threshold |
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 |
---|---|
No tools |