narrow the madtea plugin to hooks + skills: drop the bundled MCP server, the manifest version, and the cross-client claim #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follows the madtea decision in sixfold-space/madtea#450 (option 3): the madtea plugin carries the hooks and skills only. It no longer bundles the MCP server.
Why
The MCP server is a separate install and the single tool surface. Bundling it in the plugin registered every
madt_tool twice for a user who already ran the server, fixable only by a manual deny in their client config. Narrowing the plugin removes that, and keeps the one thing the bare server does not deliver: the agent-safety hooks and the workflow skills.Work in this repo (plugins/madtea/)
madt_tool surface. The plugin provides hooks and skills only..claude-plugin/plugin.json: drop theversionfield. Update detection keys off this repo's commit hash, per the Claude Code plugin docs.marketplace.json: noversionon the madtea entry (never set it in both places).Paired work
.claude-plugin/removal.Done when
version./plugin install madtea@sixfold-pluginsadds the hooks and skills and does not add a secondmadt_tool surface.