diff --git a/oAI/Resources/Confab.help/Contents/Resources/en.lproj/index.html b/oAI/Resources/Confab.help/Contents/Resources/en.lproj/index.html index 2df69a3..d1ec3af 100644 --- a/oAI/Resources/Confab.help/Contents/Resources/en.lproj/index.html +++ b/oAI/Resources/Confab.help/Contents/Resources/en.lproj/index.html @@ -1516,6 +1516,13 @@ Whenever the user asks you to translate something, translate it to Norwegian Bok πŸ’‘ Tip: Arguments containing spaces can be quoted, e.g. --root "/Users/you/My Documents". +

Servers That Use npx (Node.js Required)

+

Many community MCP servers are npm packages, launched with a command like npx -y some-mcp-server. npx ships bundled with Node.js β€” if Node.js isn't installed on your Mac at all, npx won't exist and the server can't start.

+

If Node.js is installed but the server still shows as failing, this is usually a different, more subtle issue: macOS apps launched from Finder or the Dock (including Confab) don't automatically see the same PATH your Terminal does β€” so a copy of npx installed via Homebrew, MacPorts, Volta, or nvm can be invisible to Confab even though it works fine when you type the same command yourself in Terminal. Confab automatically checks these common install locations before giving up, so this should already work in most setups.

+
+ πŸ’‘ If a server still can't find its command: its status shows a Get Node.js button. Click it for a guided fix β€” a copyable brew install node command, a one-click Install Now button if Homebrew is detected, or a link to the official Node.js installer otherwise. After installing, click Retry Connection in the same sheet. +
+

Adding an HTTP Server

For remote MCP servers, choose the HTTP transport instead and provide: