Skip to content

Commit b2b6474

Browse files
ikhareConvex, Inc.
authored and
Convex, Inc.
committed
Docs: MCP instructions fixes (#35017)
GitOrigin-RevId: 610ad891f10e5e7ceebbd9d9237fdfff48bd00cd
1 parent 5d6b78d commit b2b6474

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

npm-packages/docs/docs/ai.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ using rigorous evals. You can help by
4848
## Convex MCP Server
4949

5050
[Setup the Convex MCP server](/docs/ai/convex-mcp-server.mdx) to give your AI
51-
coding agent access to the your Convex deployment to query and optimize your
51+
coding agent access to your Convex deployment to query and optimize your
5252
project.

npm-packages/docs/docs/ai/convex-mcp-server.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See editor specific instructions:
2626

2727
- **`status`**: Queries available deployments and returns a deployment selector
2828
that can be used with other tools. This is typically the first tool you'll use
29-
to establish a connection with your deployment.
29+
to find your Convex deployment.
3030

3131
### Table Tools
3232

npm-packages/docs/docs/ai/using-cursor.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ server", and add a "convex" command server with the following CLI command:
4040
`npx -y convex@latest mcp start`
4141

4242
After adding the server, ensure the "convex" server is enabled and lit up green
43-
(you may need to click "Disabled" to enable it). Here are what my Cursor
44-
Settings look like:
43+
(you may need to click "Disabled" to enable it). Here's an example of Cursor
44+
configured successfully:
4545

4646
![Chat UI](/img/cursor-with-convex/convex_mcp_setup.webp)
4747

0 commit comments

Comments
 (0)