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