Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_security_instructions | Get security instructions for code generation. Returns applicable security rules based on language, context, or file path. |
| validate_code_security | Validate code snippet against security rules and return applicable instructions |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| get_security_instructions | Get security instructions for code generation based on language and context |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All CodeGuard Security Instructions | Complete set of all security instructions |
| Python Security Instructions | Security instructions for Python development |
| JavaScript Security Instructions | Security instructions for JavaScript development |
| TypeScript Security Instructions | Security instructions for TypeScript development |
| Instructions by File Path | Get instructions matching a specific file pattern (use ?path= query param) |