Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| APP_NAME | No | Name of the application | My Awesome API |
| LOG_FILE | No | Path to log file | logs/app.log |
| LOG_LEVEL | No | Logging level | INFO |
| SECRET_KEY | No | Secure random key for the application | |
| ENVIRONMENT | No | Application environment (development, production, test) | development |
| CORS_ORIGINS | No | Comma-separated list of allowed CORS origins | http://localhost:3000,http://localhost:8080 |
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 | |