Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Environment mode (development/production) | |
SENTRY_DSN | No | Optional Sentry DSN for error tracking and monitoring | |
DATABASE_URL | Yes | PostgreSQL database connection string (e.g., postgresql://username:password@host:5432/database_name) | |
GITHUB_CLIENT_ID | Yes | Your GitHub OAuth client ID | |
GITHUB_CLIENT_SECRET | Yes | Your GitHub OAuth client secret | |
COOKIE_ENCRYPTION_KEY | Yes | A 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 |