docs: fix Claude Code connection command

- Removed '(Optional)' - this is essential for Claude Code users
- Corrected command to: claude mcp add-from-claude-desktop -s user
- Changed heading to 'Connect to Claude Code' to emphasize importance

This is the primary way users will interact with the MCP server via terminal.
This commit is contained in:
Fahad
2025-06-08 22:37:00 +04:00
parent 9ff9357c58
commit e1f98e11c7

View File

@@ -41,11 +41,11 @@ Add to your `claude_desktop_config.json`:
### 3. Restart Claude Desktop ### 3. Restart Claude Desktop
### 4. Add to Claude Code (Optional) ### 4. Connect to Claude Code
To make the server available in Claude Code, run: To use the server in Claude Code, run:
```bash ```bash
npx @anthropic-ai/claude-code mcp add-from-claude-desktop claude mcp add-from-claude-desktop -s user
``` ```
### 5. Start Using It! ### 5. Start Using It!