Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port to run the server on | 3000 |
NODE_ENV | No | Environment mode (development, production, test) | |
GITHUB_TOKEN | Yes | GitHub Personal Access Token with appropriate permissions (repo, project, read:org) |
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 |