fix(mcpb): Update manifest to v0.3 spec and switch to npx-based bundle #1488
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
Updates the MCPB manifest to align with the v0.3 specification and switches to an npx-based bundle for improved reliability and smaller size.
Changes
dxt_version: "0.1"tomanifest_version: "0.3""Resolve Context7 Library ID"→"resolve-library-id""Query Documentation"→"query-docs"["https://upstash.com/privacy"](required for MCP Directory submission)"https://github.com/upstash/context7/issues"2.1.0to match package.json@upstash/context7-mcpfrom npmWhy These Changes
dxt_versionkey is deprecated; modern MCPB usesmanifest_versiontools/listresponse for proper discoverability@upstash/context7-mcp, resulting in a much smaller bundle (10KB vs 1.5MB) that always uses the latest published versionBundle Size Comparison
Testing
mcpb validate manifest.jsonpasses🤖 Generated with Claude Code