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 AD application (client) ID | |
| MS_TENANT_ID | Yes | Your Microsoft Azure AD tenant ID | |
| MS_CLIENT_SECRET | Yes | Your Microsoft Azure AD application client secret |
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 | |