Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
API_KEY | No | API key for authentication (used as Bearer token) | |
API_BASE_URL | Yes | Base URL for your API (e.g., https://api.example.com) | |
API_DOCS_URL | No | Direct URL to Swagger/OpenAPI JSON/YAML (optional, will be auto-discovered) | |
API_PASSWORD | No | Password for basic authentication | |
API_USERNAME | No | Username for basic authentication |
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 |