mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-12 04:05:12 +00:00
Rename plugin from dataverse-mcp to just dataverse
This commit is contained in:
4
.github/plugin/marketplace.json
vendored
4
.github/plugin/marketplace.json
vendored
@@ -65,8 +65,8 @@
|
||||
"version": "1.0.0"
|
||||
},
|
||||
{
|
||||
"name": "dataverse-mcp",
|
||||
"source": "./plugins/dataverse-mcp",
|
||||
"name": "dataverse",
|
||||
"source": "./plugins/dataverse",
|
||||
"description": "Comprehensive collection for Microsoft Dataverse integrations. Includes MCP setup commands.",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@ Curated plugins of related prompts, agents, and skills organized around specific
|
||||
| [csharp-dotnet-development](../plugins/csharp-dotnet-development/README.md) | Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices. | 9 items | csharp, dotnet, aspnet, testing |
|
||||
| [csharp-mcp-development](../plugins/csharp-mcp-development/README.md) | Complete toolkit for building Model Context Protocol (MCP) servers in C# using the official SDK. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance. | 2 items | csharp, mcp, model-context-protocol, dotnet, server-development |
|
||||
| [database-data-management](../plugins/database-data-management/README.md) | Database administration, SQL optimization, and data management tools for PostgreSQL, SQL Server, and general database development best practices. | 6 items | database, sql, postgresql, sql-server, dba, optimization, queries, data-management |
|
||||
| [dataverse-mcp](../plugins/dataverse-mcp/README.md) | Comprehensive collection for Microsoft Dataverse integrations. Includes MCP setup commands. | 1 items | dataverse, mcp |
|
||||
| [dataverse](../plugins/dataverse/README.md) | Comprehensive collection for Microsoft Dataverse integrations. Includes MCP setup commands. | 1 items | dataverse, mcp |
|
||||
| [dataverse-sdk-for-python](../plugins/dataverse-sdk-for-python/README.md) | Comprehensive collection for building production-ready Python integrations with Microsoft Dataverse. Includes official documentation, best practices, advanced features, file operations, and code generation prompts. | 4 items | dataverse, python, integration, sdk |
|
||||
| [devops-oncall](../plugins/devops-oncall/README.md) | A focused set of prompts, instructions, and a chat mode to help triage incidents and respond quickly with DevOps tools and Azure resources. | 3 items | devops, incident-response, oncall, azure |
|
||||
| [edge-ai-tasks](../plugins/edge-ai-tasks/README.md) | Task Researcher and Task Planner for intermediate to expert users and large codebases - Brought to you by microsoft/edge-ai | 2 items | architecture, planning, research, tasks, implementation |
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "dataverse-mcp",
|
||||
"name": "dataverse",
|
||||
"description": "Comprehensive collection for Microsoft Dataverse integrations. Includes MCP setup commands.",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
@@ -1,4 +1,4 @@
|
||||
# Dataverse MCP setup
|
||||
# Dataverse MCP
|
||||
|
||||
Comprehensive collection for Microsoft Dataverse integrations. Includes MCP setup commands that guide you through configuring Dataverse MCP servers for GitHub Copilot.
|
||||
|
||||
@@ -6,7 +6,7 @@ Comprehensive collection for Microsoft Dataverse integrations. Includes MCP setu
|
||||
|
||||
```bash
|
||||
# Using Copilot CLI
|
||||
copilot plugin install dataverse-mcp@awesome-copilot
|
||||
copilot plugin install dataverse@awesome-copilot
|
||||
```
|
||||
|
||||
## What's Included
|
||||
@@ -15,7 +15,7 @@ copilot plugin install dataverse-mcp@awesome-copilot
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/dataverse-mcp:mcp-setup` | Configure Dataverse MCP server for GitHub Copilot with global or project-scoped settings. No external scripts required. |
|
||||
| `/dataverse:mcp-setup` | Configure Dataverse MCP server for GitHub Copilot with global or project-scoped settings. No external scripts required. |
|
||||
|
||||
## Source
|
||||
|
||||
@@ -91,7 +91,7 @@ Based on their choice:
|
||||
Accept: application/json
|
||||
```
|
||||
|
||||
4. Parse the JSON response and filter for environments where `properties.databaseType` is `"CommonDataService"`.
|
||||
4. Parse the JSON response and filter for environments where `properties?.linkedEnvironmentMetadata?.instanceUrl` is not null.
|
||||
|
||||
5. For each matching environment, extract:
|
||||
- `properties.displayName` as `displayName`
|
||||
|
||||
Reference in New Issue
Block a user