Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SONARCLOUD_TOKEN | Yes | Your SonarCloud API token | |
SONARCLOUD_PROJECT_KEY | No | Your SonarCloud project key | |
SONARCLOUD_ORGANISATION | No | Your SonarCloud organization key |
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 |
---|---|
fetch_sonarcloud_issues | Fetch SonarCloud issues for a specific pull request |
summarize_sonarcloud_issues | Get a high-level summary of SonarCloud issues for a PR |