Skip to content

Commit 29dddc4

Browse files
authored
Merge pull request #80 from perplexityai/kesku/74-npx-wrapper-causes-eof-errors-in-strict-mcp-clients-antigravity-etc
2 parents bf65c9d + 3a81fe1 commit 29dddc4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Connect your MCP client to: `http://localhost:8080/mcp`
175175
- **Tool Not Found**: Make sure the package is installed and the command path is correct
176176
- **Timeout Errors**: For very long research queries, set `PERPLEXITY_TIMEOUT_MS` to a higher value
177177
- **Proxy Issues**: Verify your `PERPLEXITY_PROXY` or `HTTPS_PROXY` setup and ensure `api.perplexity.ai` isn't blocked by your firewall.
178+
- **EOF / Initialize Errors**: Some strict MCP clients fail because `npx` writes installation messages to stdout. Use `npx -yq` instead of `npx -y` to suppress this output.
178179

179180
For support, visit [community.perplexity.ai](https://community.perplexity.ai) or [file an issue](https://github.com/perplexityai/modelcontextprotocol/issues).
180181

0 commit comments

Comments
 (0)