Prerequisites
- .NET 9 SDK
Grunt.WebServiceLayerrunning and reachable
Run locally
Configuration reference
| Key | Description |
|---|---|
GRUNT_WEB_SERVICE_LAYER_URL | Overrides WebServiceLayerUri |
WebServiceLayerUri | Base URL for the web service layer client |
AppConfigEndpoint | Optional Azure App Configuration endpoint |
Auth0:Audience | JWT audience for production auth |
Auth0:Domain | Auth0 domain for JWT validation |
Auth0:AzureClientId | OAuth protected resource identifier |
IncludeExperimentalTools | Enables tools marked experimental |
McpServerWidgetDomain | Domain used for chart widget metadata |
Environment behavior
- In
Development,/mcpis open and a fake user service is used. - Outside
Development,/mcprequires auth and uses JWT claim resolution. - HTTPS redirection is enabled outside
Development.