Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port number for the server | 7337 |
LOG_LEVEL | No | Logging level | info |
GRAPH_AUTH_MODE | No | Authentication mode: 'app' for application auth or 'delegated' for user auth | app |
GRAPH_CLIENT_ID | Yes | Your Azure application (client) ID | |
GRAPH_TENANT_ID | Yes | Your Azure tenant ID or 'common' for multi-tenant | |
ORGANIZER_EMAIL | Yes | Default organizer email address | |
DEFAULT_TIMEZONE | No | Default timezone for scheduling | Asia/Dubai |
TOKEN_CACHE_PATH | No | Path to store authentication tokens | .tokens.json |
GRAPH_CLIENT_SECRET | Yes | Your Azure 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 |