Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GUIDELINES_URL | Yes | The base URL where your coding guidelines are hosted (e.g., https://yourdomain.com/guidelines) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Main Guidelines | Primary development guidelines |
| Security Rules | Security validation rules and patterns |
| Validation Rules | Code validation rules and standards |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_guidelines | Get development guidelines from the configured source |
| validate_code | Validate code against configured coding standards |
| security_check | Perform security analysis on code using configured security rules |