Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for the server to listen on. | |
| NODE_ENV | No | The environment mode (e.g., production, development). | |
| LOG_LEVEL | No | The logging level (e.g., info, debug, warn, error). | |
| DATABASE_URL | No | Connection string for the database (e.g., PostgreSQL). Used when replacing the default in-memory storage for production. |
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 | |