Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"mcp"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/assagman/opencode-toolbox"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

While the provided URL works, it's a common convention to use the full Git URL ending with .git. This makes it explicit that it's a cloneable repository URL and aligns with examples in the npm documentation.

Suggested change
"url": "https://github.com/assagman/opencode-toolbox"
"url": "https://github.com/assagman/opencode-toolbox.git"

},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.9.3"
Expand Down