Lead the MCP callout with the claude-code plugin - #556
Closed
abernier wants to merge 1 commit into
Closed
Conversation
Adding the server on its own leaves the tools sitting there: claude keeps answering react-three-fiber questions from memory, which is the whole problem the server exists to solve. The plugin ships the same server plus the skill that sends it to the docs first, so that is what claude-code users should run. The raw command and the JSON config stay, folded into the details -- they are what every non-claude-code client needs, and dropping them would shut the door on Cursor, Zed and the rest. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
abernier
marked this pull request as ready for review
August 11, 2026 08:54
Member
Author
|
Setting this aside for now β the callout stays as it is. Branch |
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.
Important
Draft β do not merge before pmndrs/claude-code-plugin#7. On that repo's
maintoday the plugin ships zero components: no.mcp.json, noskills/./plugin install pmndrs@pmndrssucceeds and installs an empty shell. This page must not send people there until #7 lands.Why lead with the plugin
claude mcp addputs the tools in reach and stops there. In practice Claude keeps answering react-three-fiber and drei questions from memory β which is the problem this server exists to solve, since those APIs move faster than any training cutoff.The plugin ships the same server plus a skill whose whole job is to send Claude to the docs before it answers. Same endpoint, one command, and it carries whatever the plugin gains later.
Why the raw config stays
The plugin is claude-code only. Replacing the existing block outright would shut the door on Cursor, Zed, VS Code and every other MCP client, which is why the command and the JSON config move into the
<details>rather than out of the page:Both blocks keep their copy button; checked open and closed, in both colour schemes.
Not stacked on #555
Branched from
main, so it is independent of #555 β that one fixes a server coverage bug and has no business carrying this. The only ordering constraint is #7.π€ Generated with Claude Code