Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AZURE_CLIENT_ID | Yes | App registration client ID from the Azure Portal. | |
| AZURE_TENANT_ID | Yes | Azure AD tenant ID from the Azure Portal. | |
| PYTHONUNBUFFERED | No | Used to ensure output is sent immediately to the terminal or logs. | |
| AZURE_CLIENT_SECRET | No | Only required for confidential clients. | |
| M365_COPILOT_TIMEOUT | No | Request timeout in seconds (default: 60). | 60 |
| M365_COPILOT_CACHE_DIR | No | Token cache location. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| m365_retrieve | Retrieve raw text chunks from M365 for YOUR AI to reason over. |
| m365_chat | Quick Q&A with M365 Copilot. |
| m365_meetings | Get AI-generated meeting summaries, action items, and mentions from Teams. |
| m365_search | Find documents in OneDrive using semantic + keyword hybrid search. |
| m365_chat_with_files | Ask questions about specific documents you already have URIs for. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |