Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_CLIENT_ID | Yes | Your GitHub OAuth App Client ID. | |
| GITHUB_CLIENT_SECRET | Yes | Your GitHub OAuth App Client Secret. | |
| COOKIE_ENCRYPTION_KEY | Yes | A random 32-byte hex string used for cookie encryption. Can be generated with: openssl rand -hex 32 |
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 | |