From 9a157b6d4a2d7516f0243377f74ef6f67e57a500 Mon Sep 17 00:00:00 2001 From: Midoshki Date: Thu, 24 Jul 2025 19:40:02 +0300 Subject: [PATCH] readme fix --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 014a4ca..eeee5e4 100644 --- a/README.md +++ b/README.md @@ -55,12 +55,12 @@ cp appwrite-config.json.template appwrite-config.json 1. Add the MCP server to Claude Code: ```bash -claude mcp add appwrite-mcp-server +claude mcp add appwrite-mcp-server "C:\path\to\your\app-write-mcp\dist\index.js" ``` -2. When prompted, provide the absolute path to the built server: -``` -/absolute/path/to/your/app-write-mcp/dist/index.js +Replace the path with your actual project location. For example: +```bash +claude mcp add appwrite-mcp-server "C:\Users\moh12\app-write-mcp\dist\index.js" ``` 3. Restart Claude Code if needed.