chore(mcp): prepare imgcli-mcp for npm + MCP registry publishing#7
Merged
Conversation
- package.json: add `mcpName: io.github.swperb/imgcli` (the registry's npm ownership marker), publishConfig.access=public, author, bugs. - server.json: update $schema to the current 2025-12-11 schema; shorten description to the registry's 100-char limit. Validated with `mcp-publisher validate` (✅) and `npm pack --dry-run` (4 files: dist, README, package.json, server.json). - README: document the verified two-stage publish flow (npm first, then mcp-publisher) and the version-sync requirement. Co-Authored-By: Claude Opus 4.8 (1M context) <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.
Makes the
imgcli-mcppackage publish-ready for both npm and the official MCP registry.mcpName: io.github.swperb/imgcliinpackage.json— the registry's ownership marker that must matchserver.jsonname.publishConfig.access: public,author,bugsadded.server.json:$schema→ current2025-12-11; description trimmed to the registry's 100-char cap.mcp-publisher validate✅;npm pack --dry-run→ 4 files (builtdist/, README, package.json, server.json), 3.5 kB.The actual
npm publish+mcp-publisher publishrequire account auth and are run by the maintainer.🤖 Generated with Claude Code