Skip to content

fix(mcp): point repository and docs at the real GitHub repo - #12

Merged
tobydoescode merged 1 commit into
mainfrom
fix/repository-url
Jul 28, 2026
Merged

fix(mcp): point repository and docs at the real GitHub repo#12
tobydoescode merged 1 commit into
mainfrom
fix/repository-url

Conversation

@tobydoescode

Copy link
Copy Markdown
Owner

Problem

mcp/package.json and mcp/README.md both referenced github.com/tpettit/apple-bridge, which does not exist:

$ gh api repos/tpettit/apple-bridge
{"message":"Not Found","status":"404"}

The git remote is tobydoescode/apple-bridge.

This is live on npm. @evoio/apple-bridge-mcp@1.0.0 is already published, and its metadata currently reads:

repository.url = 'git+https://github.com/tpettit/apple-bridge.git'
homepage       = 'https://github.com/tpettit/apple-bridge#readme'

Both links on the npm page dead-end at a 404.

Fix

-    "url": "https://github.com/tpettit/apple-bridge"
+    "url": "git+https://github.com/tobydoescode/apple-bridge.git"

Plus the two prose links in mcp/README.md, which pointed at the same 404.

Only the repository field needed correcting — npm derives homepage and bugs from it when they're absent, so all three links resolve once this is published. Also normalised to the canonical git+https://...git form.

author: "tpettit" left as-is — that reads as a name, not a wrong handle.

Verified

  • gh api repos/tobydoescode/apple-bridgetobydoescode/apple-bridge
  • npm pkg get repositorygit+https://github.com/tobydoescode/apple-bridge.git
  • No tpettit/apple-bridge references remain in any tracked .md or .json

Note

This is metadata only — nothing ships in dist, so the npm page won't update until the next publish. Worth doing before then rather than after.

🤖 Generated with Claude Code

package.json and the MCP README both referenced
github.com/tpettit/apple-bridge, which does not exist - the API returns
404. The package is already published as @evoio/apple-bridge-mcp@1.0.0,
so the Repository and Homepage links on its npm page are both dead.

Point them at tobydoescode/apple-bridge, matching the git remote. npm
derives homepage and bugs from the repository field when they are
absent, so correcting that one entry fixes all three links on the next
publish.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@tobydoescode
tobydoescode merged commit c44260a into main Jul 28, 2026
3 checks passed
@tobydoescode
tobydoescode deleted the fix/repository-url branch July 28, 2026 16:41
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