Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_SECRET | Yes | Secret key for JWT token validation | |
| GITHUB_TOKEN | Yes | GitHub Personal Access Token with appropriate permissions | |
| ENCRYPTION_KEY | Yes | Key for encrypting sensitive data | |
| GITHUB_WEBHOOK_SECRET | Yes | Secret for validating GitHub webhook requests |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |