Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_PORT | No | The port to run the MCP server on | 3001 |
NODE_ENV | No | The environment to run the server in (production, development) | |
MS_CLIENT_ID | No | Your Azure App Registration client ID | |
USE_TEST_MODE | No | Whether to run the server with mock data for development | false |
MS_CLIENT_SECRET | No | Your Azure App Registration client secret | |
OUTLOOK_CLIENT_ID | No | Your Azure App Registration client ID (alias for MS_CLIENT_ID) | |
OUTLOOK_CLIENT_SECRET | No | Your Azure App Registration client secret (alias for MS_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 |