Skip to content

Commit a48d599

Browse files
committed
Update cloud endpoint in mcp integration guides
1 parent 1470545 commit a48d599

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/routes/docs/tooling/mcp/claude/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ After opening the file, add the following info:
3434
"env": {
3535
"APPWRITE_PROJECT_ID": "your-project-id",
3636
"APPWRITE_API_KEY": "your-api-key",
37-
"APPWRITE_ENDPOINT": "https://cloud.appwrite.io/v1" // Optional
37+
"APPWRITE_ENDPOINT": "https://<REGION>.cloud.appwrite.io/v1"
3838
}
3939
}
4040
}

src/routes/docs/tooling/mcp/cursor/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Open the **Cursor Settings** page, head to the **MCP** tab, and click on the **A
2828
"env": {
2929
"APPWRITE_API_KEY": "<your-api-key>",
3030
"APPWRITE_PROJECT_ID": "<your-project-id>",
31-
"APPWRITE_ENDPOINT": "https://cloud.appwrite.io/v1" // Optional
31+
"APPWRITE_ENDPOINT": "https://<REGION>.cloud.appwrite.io/v1"
3232
}
3333
}
3434
}

src/routes/docs/tooling/mcp/windsurf/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Update the `mcp_config.json` file to include the following:
3333
"env": {
3434
"APPWRITE_PROJECT_ID": "your-project-id",
3535
"APPWRITE_API_KEY": "your-api-key",
36-
"APPWRITE_ENDPOINT": "https://cloud.appwrite.io/v1" // Optional
36+
"APPWRITE_ENDPOINT": "https://<REGION>.cloud.appwrite.io/v1"
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)