Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_BASE | Yes | The base URL of the API | |
AUTH_MODE | No | Authentication mode: none, bearer, header, basic, or query | none |
AUTH_TOKEN | No | Bearer token or header value depending on auth mode | |
AUTH_HEADER | No | Header name used if AUTH_MODE=header | Authorization |
AUTH_QUERY_KEY | No | Query parameter key used if AUTH_MODE=query | api_key |
ALLOW_DESTRUCTIVE | No | Guard writes - set to true to allow POST/PUT/DELETE operations | false |
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 |