feat(distribution): Claude Desktop .mcpb bundle + one-click MCP install badges#321
Merged
Conversation
…ll badges - mcpb/manifest.template.json (spec 0.3, strict schema — no comment keys; version stamped by CI): node server entry cli/docguard.mjs mcp, directory picker user_config for the analyzed project, all six read-only tools declared. - release.yml build-mcpb job: stages the exact npm-pack payload + the one production dep, packs with @anthropic-ai/mcpb, attaches docguard-v<version>.mcpb to the GitHub Release. Recipe verified locally (836 KB bundle, valid manifest). - README: one-click install badges (Cursor deeplink, VS Code deeplink), Claude Desktop drag-and-drop instructions, MCP registry pointer. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Makes DocGuard installable the way each ecosystem expects:
build-mcpbrelease job attachesdocguard-v<version>.mcpbto every GitHub Release — the official MCP Bundle format, drag-and-drop into Settings → Extensions with a folder picker for the analyzed project. Recipe verified locally (836 KB bundle, valid manifest, strict 0.3 schema).claude mcp addone-liner and verifiedio.github.raccioly/docguardregistry namespace, now surfaced together in one README install section.This is the local-first answer to being "known" in Claude: the Connectors Directory is for remote servers (a hosted DocGuard couldn't see local repos), while
.mcpbis Anthropic's curated path for local servers — the bundle also positions us for their extension directory interest form.Test plan
.mcpbpacks cleanly with@anthropic-ai/mcpb(validated manifest)🤖 Generated with Claude Code