Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Server port | 8080 |
| AUTH_MODE | No | Authentication mode: 'local', 'cloud', or 'auto' | local |
| LOG_LEVEL | No | Log level | INFO |
| PROCESS_DIR | No | Process documentation directory path | ./processes |
| CHECKLIST_DIR | No | Checklist directory path | |
| JWKS_CACHE_TTL | No | JWKS cache TTL in seconds | 3600 |
| ALLOWED_ISSUERS | No | Comma-separated issuer URLs for cloud mode | |
| AZURE_CLIENT_ID | No | Azure app registration client ID (required for local mode) | |
| AZURE_TENANT_ID | No | Azure tenant ID (required for local mode) | |
| RESOURCE_IDENTIFIER | No | API resource URL (audience) for cloud mode |
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 | |