Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Environment setting (development or production) | |
SENTRY_DSN | No | Optional Sentry DSN for monitoring and error tracking | |
DATABASE_URL | Yes | PostgreSQL database connection string (e.g., postgresql://username:password@host:5432/database_name) | |
GITHUB_CLIENT_ID | Yes | GitHub OAuth application client ID | |
GITHUB_CLIENT_SECRET | Yes | GitHub OAuth application client secret | |
COOKIE_ENCRYPTION_KEY | Yes | Random encryption key for cookie encryption (generate with: openssl rand -hex 32) |
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 |
---|---|
No tools |