Add MCPB Bundle Distribution Package #431
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
This PR introduces a portable MCPB (Model Context Protocol Bundle) distribution of the awesome-github-copilot repository, enabling easy installation and usage in Claude Desktop and VS Code.
Type of Contribution
Additional Notes
What's Included
.mcpbfile (5.0MB compressed, 17.5MB unpacked)search_instructions: Search across all agents, chatmodes, instructions, and prompts by keywordsload_instruction: Load full content of any file by mode and filenamelist_files: List all available files by content typeBenefits
Installation
Users can install by:
.mcpbfile from releases$APPDATA/Claude/mcpb/(Windows) or equivalentFor VS Code, one-click installation is available via the provided
vscode://URL.Testing
Files Changed
mcpb-bundle/: New directory containing the entire distribution packagemcpb-bundle/awesome-copilot-1.0.0.mcpb: Production bundlemcpb-bundle/README-BUNDLE.md: User installation guidemcpb-bundle/build/: Server implementation and dependenciesThis provides an alternative distribution method alongside the existing repository clone workflow, making it easier for users to integrate awesome-github-copilot content into their AI-assisted development environment.
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.