Skip to content

Add @workglow/mcp npm bugs metadata#553

Open
wowsofine wants to merge 1 commit into
workglow-dev:mainfrom
wowsofine:codex/add-mcp-npm-bugs-metadata
Open

Add @workglow/mcp npm bugs metadata#553
wowsofine wants to merge 1 commit into
workglow-dev:mainfrom
wowsofine:codex/add-mcp-npm-bugs-metadata

Conversation

@wowsofine

Copy link
Copy Markdown

What changed

Adds the standard npm bugs.url metadata field to the @workglow/mcp package.

Why

The published @workglow/mcp@0.3.13 package currently exposes repository metadata, but npm view @workglow/mcp@0.3.13 bugs --json returns no issue tracker metadata. Adding bugs.url gives npm users and package tooling a direct issue-reporting link.

Verification

npm view @workglow/mcp@0.3.13 name version repository bugs --json
node -e "const p=require('./packages/mcp/package.json'); if(!p.repository?.url||!p.bugs?.url) process.exit(1); console.log(p.repository.url); console.log(p.bugs.url);"
npm pack --dry-run --ignore-scripts ./packages/mcp
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