readme fix
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user