From eb77418da327dec8b20996e3f155a4f79ec64fda Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Mon, 6 Jan 2025 11:27:58 -0600 Subject: [PATCH] Update README.md to include configuration file paths for macOS and Windows - Clarified instructions for modifying the configuration file to use the absolute path for the `uv` executable. - Added specific paths for the configuration file on both macOS and Windows platforms. - Improved readability and guidance for users setting up the server. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4872efa..5a4ae15 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,13 @@ CLICKHOUSE_PASSWORD= 3. Run `fastmcp install mcp_clickhouse/mcp_server.py -f .env.production` to install the server. -4. Restart Claude Desktop. +4. Open the configuration file located at: + - On macOS: `~/Library/Application Support/Claude/claude_desktop_config.json` + - On Windows: `%APPDATA%/Claude/claude_desktop_config.json` + + Locate the command entry for `uv` and replace it with the absolute path to the `uv` executable. This ensures that the correct version of `uv` is used when starting the server. + +5. Restart Claude Desktop to apply the changes. ## Development