NPM Packages Repository Issues
Repository URL Updates Needed
The following package.json files in thenpm-packages repository still reference the old GitHub organization name MiguelsPizza/WebMCP.
These should be updated to WebMCP-org/npm-packages or WebMCP-org/WebMCP as appropriate.
Affected Files
-
transports/package.json
- homepage:
https://github.com/MiguelsPizza/WebMCP#readme - bugs.url:
https://github.com/MiguelsPizza/WebMCP/issues - repository.url:
git+https://github.com/MiguelsPizza/WebMCP.git
- homepage:
-
global/package.json
- homepage:
https://github.com/MiguelsPizza/WebMCP#readme - bugs.url:
https://github.com/MiguelsPizza/WebMCP/issues - repository.url:
git+https://github.com/MiguelsPizza/WebMCP.git
- homepage:
-
smart-dom-reader/package.json
- homepage:
https://github.com/MiguelsPizza/WebMCP#readme - bugs.url:
https://github.com/MiguelsPizza/WebMCP/issues - repository.url:
git+https://github.com/MiguelsPizza/WebMCP.git
- homepage:
-
extension-tools/package.json
- homepage:
https://github.com/MiguelsPizza/WebMCP#readme - bugs.url:
https://github.com/MiguelsPizza/WebMCP/issues - repository.url:
git+https://github.com/MiguelsPizza/WebMCP.git
- homepage:
-
webmcp-ts-sdk/package.json
- Same issues as above
-
extension-tools/README.md
- Also references old organization name
Recommended Fix
Update all references from:https://github.com/MiguelsPizza/WebMCP→https://github.com/WebMCP-org/npm-packages
homepagefieldbugs.urlfieldrepository.urlfield- README links
Impact
Users who:- Click “Repository” links on npmjs.com
- Click “Issues” links on npmjs.com
- Use
npm repoornpm bugscommands - Follow links from package READMEs
Notes
- These changes should be made in the npm-packages repository, not in the docs repository
- After fixing, packages should be republished to npm to update the metadata
- The
react-webmcppackage.json correctly usesWebMCP-org/WebMCPin its URLs
