New dataverse-mcp plugin with mcp-setup command#781
New dataverse-mcp plugin with mcp-setup command#781lupritz wants to merge 9 commits intogithub:stagedfrom
Conversation
|
@all-contributors add @lupritz for Plugins, Instructions |
|
I've put up a pull request to add @lupritz! 🎉 |
|
https://github.com/all-contributors add @isupersid for Plugins, Instructions |
|
@aaronpowell I need an approval from someone with write permissions. How can I get the list of valid reviews and/or become one myself? |
aaronpowell
left a comment
There was a problem hiding this comment.
Can you convert this prompt file into a skill, as we're moving away from using prompts in this repo and favouring skills instead (see #760).
I would also encourage you to name it something more obvious that "mcp setup" as it is rather ambiguous as to what it is doing.
Converted to skill. Renamed to mcp-configure . |
|
@all-contributors add @lupritz for Skills |
|
I couldn't determine any contributions to add, did you specify any contributions? |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Adds a new dataverse-mcp plugin with a singular command: mcp-setup
This command guides the user through the process of setting up their MCP server for github copilot, lowering the barrier of entry by reducing the need to read online documentation and increasing discoverability. It optionally allows the user to query dataverse for their list of available orgs, making it even easier to set up.
The instructions for setting up the MCP server for copilot are fairly straightforward, so this is a relatively simple command. Other applications like claude CLI require some more complex setup, so this command might be made more elaborate in the future, but this is the first draft that works for copilot only.
Type of Contribution
Additional Notes
No additional notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.