Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment (development or production) | |
| SENTRY_DSN | No | Optional Sentry DSN for monitoring | |
| DATABASE_URL | Yes | PostgreSQL database connection string | |
| GITHUB_CLIENT_ID | Yes | Client ID for GitHub OAuth authentication | |
| GITHUB_CLIENT_SECRET | Yes | Client secret for GitHub OAuth authentication | |
| COOKIE_ENCRYPTION_KEY | Yes | Random encryption key for cookie encryption (generate 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 | |