Skip to content

Commit 543c3ef

Browse files
committed
fix contextual menu label
1 parent e4f4456 commit 543c3ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ai/contextual-menu.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The contextual menu includes several pre-built options that you can enable by ad
2121
| **Open in Claude** | `claude` | Creates a Claude conversation with the current page as context |
2222
| **Open in Perplexity** | `perplexity` | Creates a Perplexity conversation with the current page as context |
2323
| **Copy MCP server URL** | `mcp` | Copies your MCP server URL to the clipboard |
24-
| **Open in Cursor** | `cursor` | Installs your hosted MCP server in Cursor |
25-
| **Open in VS Code** | `vscode` | Installs your hosted MCP server in VS Code |
24+
| **Connect to Cursor** | `cursor` | Installs your hosted MCP server in Cursor |
25+
| **Connect to VS Code** | `vscode` | Installs your hosted MCP server in VS Code |
2626

2727
<Frame>
2828
<img

ai/model-context-protocol.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ These are some of the ways you can help your users connect to your MCP server:
123123
| Option | Identifier | Description |
124124
| :----- | :--------- | :---------- |
125125
| **Copy MCP server URL** | `mcp` | Copies your MCP server URL to the user's clipboard. |
126-
| **Open in Cursor** | `cursor` | Installs your MCP server in Cursor. |
127-
| **Open in VS Code** | `vscode` | Installs your MCP server in VS Code. |
126+
| **Connect to Cursor** | `cursor` | Installs your MCP server in Cursor. |
127+
| **Connect to VS Code** | `vscode` | Installs your MCP server in VS Code. |
128128
</Tab>
129129
<Tab title="Claude">
130130
<Steps>
@@ -222,7 +222,7 @@ Connect to the Mintlify MCP server to interact with the Mintlify API and search
222222

223223
<Tabs>
224224
<Tab title="Contextual menu">
225-
At the top of this page, select the contextual menu and choose **Open in Cursor** or **Open in VS Code** to connect the Mintlify MCP server to the IDE of your choice.
225+
At the top of this page, select the contextual menu and choose **Connect to Cursor** or **Connect to VS Code** to connect the Mintlify MCP server to the IDE of your choice.
226226
</Tab>
227227
<Tab title="Claude">
228228

0 commit comments

Comments
 (0)