refactor(connectors): rename to the mcp-connectors family#163
Merged
Conversation
Rename the three connector packages under the mcp- prefix so they read as one family with @gemstack/mcp: - @gemstack/connectors -> @gemstack/mcp-connectors - @gemstack/connector-github -> @gemstack/mcp-connector-github - @gemstack/connector-google-drive -> @gemstack/mcp-connector-google-drive Renames the 3 package dirs, package.json names + deps, all imports, READMEs, docs pages (+ VitePress sidebar) and root README/Architecture. Establishes mcp-connector-<x> as the naming convention third parties mirror. API unchanged. CHANGELOGs left historically intact. Pending changesets retargeted to the new names + a rename changeset added. Closes #144
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.
Closes #144.
Renames the three connector packages under the
mcp-prefix so they read as one family with@gemstack/mcp(the wayai-sdk/ai-mcp/ai-skills/ai-autopilotalready do). A connector ships an MCP server, so the name is honest, and it setsmcp-connector-<x>as the convention third parties mirror (e.g.@acme/mcp-connector-stripe).@gemstack/connectors→@gemstack/mcp-connectors(kept themcp-prefix on the kit too, per the issue's resolved open question)@gemstack/connector-github→@gemstack/mcp-connector-github@gemstack/connector-google-drive→@gemstack/mcp-connector-google-driveScope done: 3 package dirs renamed (
git mv), package.json names + deps + repository paths, allsrcimports, package READMEs, the 4 docs pages (renamed + VitePress sidebar + cross-links),examples/connectors-quickstartrefs, rootREADME.md+Architecture.md(including themcp-connector-*convention prose). API is unchanged. CHANGELOGs left historically intact. The three pending correctness-sweep changesets were retargeted to the new names, plus a rename changeset.Verification: full workspace
pnpm build(8/8) +pnpm test(17/17) green; the three packages + example typecheck and pass (12/9/12/3); VitePressdocs:buildcompletes with no dead links.Outward-facing follow-up (yours): after the release publishes the new names, deprecate the old ones so consumers are pointed over: