Convert mcp-setup command to mcp-configure skill

This commit is contained in:
Lucas Pritz (from Dev Box)
2026-02-24 20:18:07 -06:00
parent 1bad087ab6
commit 03fcbc8c24
5 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@
"dataverse",
"mcp"
],
"commands": [
"./commands/mcp-setup.md"
"skills": [
"./skills/mcp-configure/"
]
}

View File

@@ -11,11 +11,11 @@ copilot plugin install dataverse@awesome-copilot
## What's Included
### Commands (Slash Commands)
### Skills
| Command | Description |
|---------|-------------|
| `/dataverse:mcp-setup` | Configure Dataverse MCP server for GitHub Copilot with global or project-scoped settings. No external scripts required. |
| Skill | Description |
|-------|-------------|
| `/dataverse:mcp-configure` | Configure Dataverse MCP server for GitHub Copilot with global or project-scoped settings.. |
## Source