Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port the server will run on | 3000 |
NODE_ENV | No | Environment mode (development, production, test) | development |
DATABASE_URL | No | Database connection URL for Prisma ORM | file:./dev.db |
NEWS_API_TOKEN | Yes | Your API token for TheNewsAPI |
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 |