From e3d1738ae6b3427808485d2b2ab7d375c0634655 Mon Sep 17 00:00:00 2001 From: midoshki Date: Thu, 24 Jul 2025 20:35:10 +0300 Subject: [PATCH] readme config file location update --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eeee5e4..e2d56ca 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,14 @@ npm install npm run build ``` -4. Configure your Appwrite credentials: +4. Configure your Appwrite credentials by creating `appwrite-config.json` in your **current working directory** (where you run Claude Code from), not in the cloned repository: + ```bash -cp appwrite-config.json.template appwrite-config.json +# Copy the template to your current working directory +cp /path/to/app-write-mcp/appwrite-config.json.template ./appwrite-config.json ``` -5. Edit `appwrite-config.json` with your Appwrite project details: +5. Edit the `appwrite-config.json` file in your current directory with your Appwrite project details: ```json { "projectId": "your-project-id", @@ -51,6 +53,8 @@ cp appwrite-config.json.template appwrite-config.json } ``` +**Important:** The MCP server looks for `appwrite-config.json` in the directory where Claude Code is currently running, not in the repository directory. This allows you to use different configurations for different projects without modifying the repository. + ## Adding to Claude Code 1. Add the MCP server to Claude Code: