Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Optional: The environment mode, typically 'development' or 'production'. | |
| SENTRY_DSN | No | Optional: Sentry DSN for production monitoring and error tracking. | |
| DATABASE_URL | Yes | The PostgreSQL connection string, e.g., postgresql://username:password@host:5432/database_name. | |
| GITHUB_CLIENT_ID | Yes | The Client ID for your GitHub OAuth application. | |
| GITHUB_CLIENT_SECRET | Yes | The Client Secret for your GitHub OAuth application. | |
| COOKIE_ENCRYPTION_KEY | Yes | A secure random encryption key for cookie encryption (can be generated using `openssl rand -hex 32`). |
Capabilities
Server capabilities have not been inspected yet.
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 | |