fix(npm): refuse operator CLI verbs and install worker deps - #33
Merged
Conversation
npx ff-occam connect was spawning the MCP host with junk argv. Refuse connect/doctor/… with a get-ff-occam pointer, and run workers npm install when the release cache lacks node_modules.
MkDocs strict build failed on ../INSTALL.md — use in-tree install.md like other docs pages.
Owner
Author
|
Autopilot pass: fixed MkDocs strict failure (troubleshooting link ../INSTALL.md\ → \install.md). All required checks green; mergeStateStatus=CLEAN; no open review threads. |
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.
Summary
npx ff-occam connect(and other tarball operator verbs) no longer start the MCP host with junk argv — they exit with a pointer toget-ff-occam/INSTALL.md.npm installunderworkers/whennode_modulesis missing (fixes@mozilla/readability/ extract breakage after bare download).connectand Linux AOT glibc ≥ 2.38; package READMEs + CHANGELOG.Test plan
node --test packages/occam-mcp/test/operator-cli-guard.test.jsnode --test packages/ff-occam/test/package.test.js(includesff-occam connectrefusal)npx @ff-occam/mcpinstalls workers then starts host