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:
@@ -41,11 +41,11 @@ Add to your `claude_desktop_config.json`:
|
||||
|
||||
### 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
|
||||
npx @anthropic-ai/claude-code mcp add-from-claude-desktop
|
||||
claude mcp add-from-claude-desktop -s user
|
||||
```
|
||||
|
||||
### 5. Start Using It!
|
||||
|
||||
Reference in New Issue
Block a user