Follow-up to the rename (#144, PR #163). The three connector packages were renamed under the mcp- family and the new names are published (@gemstack/mcp-connectors@0.2.0 + the two connectors). The old names remain orphaned on npm at 0.1.0.
Deprecate them so anyone still on the old names is pointed over (needs npm auth — a maintainer runs these):
npm deprecate @gemstack/connectors "renamed to @gemstack/mcp-connectors"
npm deprecate @gemstack/connector-github "renamed to @gemstack/mcp-connector-github"
npm deprecate @gemstack/connector-google-drive "renamed to @gemstack/mcp-connector-google-drive"
Close once all three are deprecated.
Follow-up to the rename (#144, PR #163). The three connector packages were renamed under the
mcp-family and the new names are published (@gemstack/mcp-connectors@0.2.0+ the two connectors). The old names remain orphaned on npm at0.1.0.Deprecate them so anyone still on the old names is pointed over (needs npm auth — a maintainer runs these):
Close once all three are deprecated.