This server, built on the Model Context Protocol (MCP), provides comprehensive capabilities for managing Microsoft Dataverse schemas. It allows users to programmatically create, update, retrieve, and delete core Dataverse components such as custom tables, various column types (including String, Integer, DateTime, Picklist, and Lookup), relationships (One-to-Many, Many-to-Many), and global option sets. Utilizing the Dataverse Web API, it streamlines schema operations, offering robust configuration options and secure authentication via Azure AD client credentials flow, making it ideal for automated development and deployment workflows.
主要功能
01Comprehensive Table Operations (create, update, delete, list)
02Extensive Column Management with diverse type support
03One-to-Many and Many-to-Many Relationship Creation
04Global Option Set Lifecycle Management
05Secure Client Credentials Authentication for Dataverse API
060 GitHub stars