From 5d4114631c8c957dddde04f16d8381e96abf4f4b Mon Sep 17 00:00:00 2001 From: alonn Date: Sun, 5 Apr 2026 22:46:01 +0300 Subject: [PATCH] docs(readme): quote URLs in shell commands for zsh compatibility Fixes #112 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52bfc9e..c2123d1 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Authorization: Bearer Pass your API key directly in the URL. Replace `` with your actual [Tavily API key](https://www.tavily.com/): ```bash -claude mcp add --transport http tavily https://mcp.tavily.com/mcp/?tavilyApiKey= +claude mcp add --transport http tavily 'https://mcp.tavily.com/mcp/?tavilyApiKey=' ``` #### Option 2: OAuth Authentication Flow @@ -66,7 +66,7 @@ After adding, you'll need to complete the authentication flow: **Tip:** Add `--scope user` to either command to make the Tavily MCP server available globally across all your projects: ```bash -claude mcp add --transport http --scope user tavily https://mcp.tavily.com/mcp/?tavilyApiKey= +claude mcp add --transport http --scope user tavily 'https://mcp.tavily.com/mcp/?tavilyApiKey=' ``` Once configured, you'll have access to the Tavily search, extract, map, and crawl tools.