Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port on which the server will run. | 3000 |
| DEBUG | No | Whether to enable debug mode. | false |
| NODE_ENV | No | The server environment (e.g., production, development). | production |
| LOG_LEVEL | No | The logging level (e.g., info, debug, error). | info |
| DATABASE_URL | No | The PostgreSQL database connection URL. | |
| OPENAI_API_KEY | No | Your OpenAI API key. | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key. | |
| HUGGINGFACE_API_KEY | No | Your Hugging Face API key. |
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 | |