Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Fix reference to Claude Code mcp config file. #133

Merged
merged 1 commit into from
Jun 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/toolhive/reference/client-compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ When you register Claude Code as a client or enable auto-discovery, ToolHive
automatically updates the global MCP configuration file whenever you run an MCP
server. You can also
[configure project-specific MCP servers](https://docs.anthropic.com/en/docs/claude-code/tutorials#understanding-mcp-server-scopes)
by creating a `.cursor/mcp.json` file in your project directory, or add servers
using the `claude` CLI:
by creating a `.mcp.json` file in your project directory, or add servers using
the `claude` CLI:

```bash
claude mcp add --scope <user|project> --transport sse fetch http://localhost:43832/sse#fetch
Expand Down
Loading