Skip to content

Add npm repository metadata#4

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

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

Conversation

@wowsofine

@wowsofine wowsofine commented Jun 8, 2026

Copy link
Copy Markdown

Summary

  • add standard npm repository metadata pointing to this GitHub repo

Why

The published @itseasy21/mcp-knowledge-graph@1.0.7 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.

Summary by CodeRabbit

  • Chores
    • Updated package metadata to include repository information.

@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 63f6916a-273d-4b0b-a4a7-06258dce4494

📥 Commits

Reviewing files that changed from the base of the PR and between 04b1222 and d577f04.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

This pull request updates package.json to include a repository field, specifying the Git type and GitHub repository URL for the @itseasy21/mcp-knowledge-graph package. No other metadata, scripts, or dependencies were modified.

Changes

Package metadata

Layer / File(s) Summary
Package repository field
package.json
Repository metadata object added with Git type and GitHub repository URL, enabling package managers and tools to reference the source repository.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A repository link, tucked neat and tight,
In package.json, now shining bright,
GitHub knows where to find this hare,
Metadata magic floating through the air! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: adding the repository field to package.json metadata.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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