From f958ed7fb4b430a799c4ff19d5a0ab2418af305f Mon Sep 17 00:00:00 2001 From: Michelangelo Mori <328978+blkt@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:39:49 +0200 Subject: [PATCH] Fix reference to Claude Code mcp config file. 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. --- docs/toolhive/reference/client-compatibility.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/toolhive/reference/client-compatibility.mdx b/docs/toolhive/reference/client-compatibility.mdx index 017126b..c04e098 100644 --- a/docs/toolhive/reference/client-compatibility.mdx +++ b/docs/toolhive/reference/client-compatibility.mdx @@ -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 --transport sse fetch http://localhost:43832/sse#fetch