refactor: publish npm package as @keeperhub/mcp#3
Merged
Conversation
- Rename the TypeScript package @KeeperHub/mcp-client -> @keeperhub/mcp. - Move packages/mcp-client -> packages/mcp; point repository URLs at KeeperHub/mcp; rename the private monorepo root to @keeperhub/mcp-monorepo. - Update the default MCP clientInfo.name and the pnpm --filter targets in ci.yml / release-npm.yml to track the new package name and path. - Python package keeperhub-mcp-client (PyPI) is unchanged. Build, type-check, and the 14 unit tests pass from packages/mcp.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Publish the TypeScript client as
@keeperhub/mcp(was@keeperhub/mcp-client) and align the repo to themcpname.@keeperhub/mcp-client->@keeperhub/mcppackages/mcp-client->packages/mcpKeeperHub/mcp; rename the private monorepo root to@keeperhub/mcp-monorepoclientInfo.nameand the pnpm--filtertargets inci.yml/release-npm.ymlto track the new name and pathkeeperhub-mcp-client(PyPI, already published at 0.1.0) is unchangedTest plan
pnpm install --frozen-lockfileclean after the dir movepnpm --filter @keeperhub/mcp buildsucceedspnpm --filter @keeperhub/mcp type-checkcleanpnpm --filter @keeperhub/mcp test- 14/14 passnpm pack --dry-run->keeperhub-mcp-0.1.0.tgz, 9 files, full Apache-2.0 LICENSENotes
First npm publish of
@keeperhub/mcp@0.1.0is a manual maintainer bootstrap (npm trusted publishing cannot create a package that does not yet exist); after that, configure the Trusted Publisher and future versions ship onnpm-v*tags viarelease-npm.yml.