Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the server will listen on | 3000 |
| DATABASE_FILE | No | The path to the SQLite database file | ./github-integration-hub.db |
| GITHUB_CLIENT_ID | Yes | Your GitHub OAuth client ID | |
| GITHUB_API_BASE_URL | No | The GitHub API base URL | https://api.github.com |
| GITHUB_REDIRECT_URI | No | The GitHub OAuth redirect URI (must match the GitHub OAuth app configuration) | http://localhost:3000/auth/github/callback |
| GITHUB_CLIENT_SECRET | Yes | Your GitHub OAuth client secret | |
| GITHUB_OAUTH_TOKEN_URL | No | The GitHub OAuth token URL | https://github.com/login/oauth/access_token |
| GITHUB_OAUTH_AUTHORIZE_URL | No | The GitHub OAuth authorization URL | https://github.com/login/oauth/authorize |
| GITHUB_INTEGRATION_HUB_BASE_URL | No | The base URL for the GitHub Integration Hub | http://localhost:3000 |
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 | |