Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BASE_URL | No | The base URL of the API server (optional, e.g., http://your-api.com) | |
| OPENAPI_URL | No | The URL of the OpenAPI specification (e.g., http://your-api.com/openapi.json) | |
| SERVER_NICKNAME | No | A nickname for the server (optional) | |
| REFRESH_INTERVAL | No | Interval in seconds for refreshing the schema (optional, default is 300) |
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 | |