Skip to content

Add npm repository metadata - #116

Open
wowsofine wants to merge 1 commit into
zcaceres:mainfrom
wowsofine:codex/add-npm-repository-metadata
Open

Add npm repository metadata#116
wowsofine wants to merge 1 commit into
zcaceres:mainfrom
wowsofine:codex/add-npm-repository-metadata

Conversation

@wowsofine

Copy link
Copy Markdown

Summary

  • add standard npm repository metadata pointing to this GitHub repo

Why

The published mcp-markdownify-server@1.1.0 package exposes homepage and bugs, while npm metadata currently omits repository. Adding the standard repository field helps npm users and package tooling trace the package back to source directly.

Verification

  • node -e "const p=require('./package.json'); if(!p.repository?.url) process.exit(1); console.log(p.repository.url); console.log(p.bugs);"
  • npm pack --dry-run --ignore-scripts
  • git diff --check

This is a package metadata-only change.

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