Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_SEARCH_API_KEY | Yes | API key for accessing your Azure AI Search service | |
| AZURE_SEARCH_INDEX_NAME | Yes | Name of your Azure AI Search index | |
| AZURE_SEARCH_SERVICE_ENDPOINT | Yes | Azure AI Search service endpoint URL (e.g., https://your-service-name.search.windows.net) |
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 | |