Skip to content

Commit 481408b

Browse files
authored
Fix reference to Claude Code mcp config file. (#133)
I think the reference to `.cursor/mcp.json` is a typo and I haven't found any reference to it in the linked doc, while `.mcp.json` is mentioned instead.
1 parent f738e1e commit 481408b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/toolhive/reference/client-compatibility.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ When you register Claude Code as a client or enable auto-discovery, ToolHive
140140
automatically updates the global MCP configuration file whenever you run an MCP
141141
server. You can also
142142
[configure project-specific MCP servers](https://docs.anthropic.com/en/docs/claude-code/tutorials#understanding-mcp-server-scopes)
143-
by creating a `.cursor/mcp.json` file in your project directory, or add servers
144-
using the `claude` CLI:
143+
by creating a `.mcp.json` file in your project directory, or add servers using
144+
the `claude` CLI:
145145

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

0 commit comments

Comments
 (0)