docs(GUIDES): MCP install step — clone+link + npx-form config - #31
Merged
Conversation
… config The step-1 install was the plain -g github: form, which fails (#25 — npm prepares the nested github: deps without their node_modules). Swap in the README's clone+link recipe and add the no-install npx-form MCP config, both verified working (initialize handshake over stdio).
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.
The MCP integration guide's step 1 told users to run
npm install -g github:rome-protocol/rome-cli#v0.9.0— the exact install form that fails (#25): npm prepares the nestedgithub:deps without their ownnode_modules, and no working binary is produced (re-confirmed today in an isolated prefix, even with warm git-dep caches).npx -y github:rome-protocol/rome-cli mcp), verified working via an initialize handshake over stdio.Matches the fix already applied to the docs site's rome-cli page. Docs-only; local build + 122/122 tests pass.