Configure Dataverse connection settings
Configures Dataverse connection settings and tests authentication for Microsoft Dataverse environments.
/plugin marketplace add Sahib-Sawhney-WH/sahibs-claude-plugin-marketplace/plugin install dataverse@sahib-claude-marketplace[environment_url]Configure the connection to a Microsoft Dataverse environment.
When the user runs /dataverse:setup, help them configure their Dataverse connection.
Get environment URL
Determine authentication method
For Client Secret auth, collect:
Create/update configuration file
.claude/dataverse.local.md with the settingsTest the connection
---
dataverse_url: https://yourorg.crm.dynamics.com
auth_method: interactive # or: device_code, client_secret
# For client_secret auth:
# tenant_id: 00000000-0000-0000-0000-000000000000
# client_id: 00000000-0000-0000-0000-000000000000
---
# Dataverse Connection Configuration
This file stores your Dataverse connection settings.
## Environment Variables
For production, set these environment variables:
- DATAVERSE_URL
- DATAVERSE_AUTH_METHOD
- AZURE_TENANT_ID (for client_secret)
- AZURE_CLIENT_ID (for client_secret)
- AZURE_CLIENT_SECRET (for client_secret)