Skip to content

Add npm source and issue metadata#257

Open
wowsofine wants to merge 1 commit into
modelcontextprotocol:mainfrom
wowsofine:codex/add-npm-source-issue-metadata
Open

Add npm source and issue metadata#257
wowsofine wants to merge 1 commit into
modelcontextprotocol:mainfrom
wowsofine:codex/add-npm-source-issue-metadata

Conversation

@wowsofine

Copy link
Copy Markdown

Summary

  • add npm homepage, repository, and bugs metadata for @anthropic-ai/mcpb
  • point package metadata at the current canonical modelcontextprotocol/mcpb repository and issue tracker

Why

The currently published @anthropic-ai/mcpb@2.1.2 package only returns name and version for:

npm view @anthropic-ai/mcpb@2.1.2 name version homepage repository bugs --json

Adding these fields makes the README, source repository, and issue tracker discoverable from npm and package metadata tools.

Validation

npm view @anthropic-ai/mcpb@2.1.2 name version homepage repository bugs --json
node -e "const p=require('./package.json'); if(!p.homepage||!p.repository?.url||!p.bugs?.url) process.exit(1); console.log(p.homepage); console.log(p.repository.url); console.log(p.bugs.url);"
npm pack --dry-run --ignore-scripts
git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant