chore: remove the plugin surface, now living in agentdrive-plugin - #15
Merged
Conversation
The plugin, its marketplace manifests, the agent skill, and the MCP Registry connector moved to `tokencanopy/agentdrive-plugin`. Remove them here so the two do not drift. Deleted: `plugin/`, `connector/`, `.claude-plugin/`, `.cursor-plugin/`, `.agents/`, `docs/add-to-your-agent.md`. Why they were separated: Nothing in the plugin imported the SDKs and nothing under `sdk/` mentions MCP; the only link was a `repository` URL string. More importantly the two had incompatible release models — the SDKs publish on a tagged GitHub release, while a plugin marketplace reads the DEFAULT BRANCH, so every routine `chore(sdk): regenerate from openapi.json` commit immediately changed what installed plugin users got, with no version gate. That is backwards: the SDK should churn freely, the plugin is the artifact people have installed. This lands only now that the new repo is live, its CI is green, and every marketplace manifest resolves over raw.githubusercontent — landing it earlier would have left `claude plugin marketplace add tokencanopy/agentdrive-sdk` broken with nothing to replace it. README.md and AGENTS.md are rewritten around the SDKs alone, both pointing at the new repo for the plugin and MCP paths, and `docs/setup.md`'s link to the moved guide is repointed. The MCP Registry listing is unaffected: it is published metadata, not a file reference, and still resolves to `https://drive.mcp.tokencanopy.com/mcp`. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01W1nxC2LaqTPrix7CL4Ehuv
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.
What
The plugin, its marketplace manifests, the agent skill, and the MCP Registry connector now live in tokencanopy/agentdrive-plugin. This removes them here so the two copies cannot drift.
Deleted:
plugin/,connector/,.claude-plugin/,.cursor-plugin/,.agents/,docs/add-to-your-agent.md.README.mdandAGENTS.mdare rewritten around the SDKs alone, anddocs/setup.md's link to the moved guide is repointed.Why the split
sdk/mentions MCP. The only link was arepositoryURL string.chore(sdk): regenerate from openapi.jsoncommit instantly changed what installed plugin users got, with no version gate. Backwards: the SDK is the artifact that should churn freely; the plugin is the one people have installed.Why it is safe to land now
This deliberately lands after the new repo is live, not before — otherwise
claude plugin marketplace add tokencanopy/agentdrive-sdkwould break with nothing to replace it.Verified on
tokencanopy/agentdrive-pluginbefore opening this:Validate, 11s), including the endpoint-liveness gate —Checking endpoint: https://drive.mcp.tokencanopy.com/mcp→HTTP response code: 401→PASS.raw.githubusercontent.com(all200): the three marketplace manifests,plugin/plugin.json,plugin/mcp.json,plugin/.mcp.json,plugin/.codex-plugin/plugin.json, and the skill.Not affected
The MCP Registry listing. It is published metadata, not a file reference —
run.agentdrive/agentdrive0.1.0still resolves tohttps://drive.mcp.tokencanopy.com/mcpregardless of which repo holdsserver.json.Follow-up
Install commands change for anyone who used the old path:
🤖 Generated with Claude Code
https://claude.ai/code/session_01W1nxC2LaqTPrix7CL4Ehuv