From 3066314cc10d29e2699ddacb815076caf7ceb0c8 Mon Sep 17 00:00:00 2001 From: "jetbrains-junie[bot]" <201638009+jetbrains-junie[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 11:56:13 +0000 Subject: [PATCH] docs: align Claude instructions and update heading The Claude instructions in docs/guides/mcp-clients.md were updated to match the init.sh command. The heading was changed from "Claude Desktop" to "Claude Code". A note about restarting Claude Code after running the command was added to ensure documentation consistency. --- docs/guides/mcp-clients.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/docs/guides/mcp-clients.md b/docs/guides/mcp-clients.md index 7424148..0a3d008 100644 --- a/docs/guides/mcp-clients.md +++ b/docs/guides/mcp-clients.md @@ -2,24 +2,16 @@ Configure Seev with your preferred MCP‑compatible client. Use the tab for your client and restart it after saving the config. -=== "Claude Desktop" +=== "Claude Code" - Config file (create if missing): + Use the Claude CLI to add Seev at user scope (recommended): - - macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` - - Windows: `%APPDATA%\Claude\claude_desktop_config.json` - - ```json - { - "mcpServers": { - "seev": { - "command": "uvx", - "args": ["--from", "git+https://github.com/bcosynot/seev.git", "seev"] - } - } - } + ```bash + claude mcp add --transport stdio --scope user --name seev -- uvx --from git+https://github.com/bcosynot/seev.git seev ``` + After running the command, restart Claude Code so it picks up the new MCP server. + === "Cursor"