Files
awesome-copilot/plugins/dataverse/.github/plugin/plugin.json
2026-02-20 11:40:28 -06:00

18 lines
399 B
JSON

{
"name": "dataverse",
"description": "Comprehensive collection for Microsoft Dataverse integrations. Includes MCP setup commands.",
"version": "1.0.0",
"author": {
"name": "Awesome Copilot Community"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"keywords": [
"dataverse",
"mcp"
],
"commands": [
"./commands/mcp-setup.md"
]
}