Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP server if needed | 3000 |
| USE_HTTP | No | Set to 'true' to use HTTP transport instead of stdio | false |
| LOG_LEVEL | No | Logging level (debug, info, warn, error) | info |
| STATELESS | No | Set to 'true' to use stateless HTTP mode (no session management) | false |
| MS_CLIENT_ID | Yes | Your Microsoft Azure client ID (application ID) | |
| MS_TENANT_ID | Yes | Your Microsoft Azure tenant ID | |
| MS_CLIENT_SECRET | Yes | Your Microsoft Azure client secret |
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 | |