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.