readme fix

This commit is contained in:
2025-07-24 19:40:02 +03:00
parent d0db180121
commit 9a157b6d4a

View File

@@ -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.