Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEEPSOURCE_API_KEY | Yes | Your DeepSource API key for authentication with the DeepSource API |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| projects | List all available DeepSource projects. Returns a list of project objects with "key" and "name" properties. |
| quality_metrics | Get quality metrics from a DeepSource project with optional filtering |
| update_metric_threshold | Update the threshold for a specific quality metric |
| update_metric_setting | Update the settings for a quality metric |
| compliance_report | Get security compliance reports from a DeepSource project |
| project_issues | Get issues from a DeepSource project with filtering capabilities |
| runs | List analysis runs for a DeepSource project with filtering |
| run | Get a specific analysis run by its runUid or commitOid |
| recent_run_issues | Get issues from the most recent analysis run on a specific branch |
| dependency_vulnerabilities | Get dependency vulnerabilities from a DeepSource project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |