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:
|
1. Add the MCP server to Claude Code:
|
||||||
```bash
|
```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:
|
Replace the path with your actual project location. For example:
|
||||||
```
|
```bash
|
||||||
/absolute/path/to/your/app-write-mcp/dist/index.js
|
claude mcp add appwrite-mcp-server "C:\Users\moh12\app-write-mcp\dist\index.js"
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Restart Claude Code if needed.
|
3. Restart Claude Code if needed.
|
||||||
|
|||||||
Reference in New Issue
Block a user