Server Config
{
"mcpServers": {
"Dynamics365": {
"command": "node",
"args": [
"<Path to build/index.js file>"
],
"env": {
"CLIENT_ID": "<Client ID of your sevice principal which has access to Dynamics 365>",
"CLIENT_SECRET": "<Client Secret of your sevice principal which has access to Dynamics 365>",
"TENANT_ID": "<TenantId of your organization>",
"D365_URL": "<Your Dynamics 365 Org Url, ex: https://<orgname>.crm.dynamics.com>"
}
}
}
}