Skip to content

Commit 36a4de6

Browse files
manotothethanpalm
andauthored
Update contextual settings with all options (#1113)
* Update contextual settings with all options * Update settings.mdx --------- Co-authored-by: Ethan Palm <[email protected]>
1 parent c2b8960 commit 36a4de6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

settings.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,12 +537,16 @@ See [Themes](themes) for more information.
537537
Contextual menu for AI-optimized content and integrations.
538538

539539
<Expandable title="Contextual">
540-
<ResponseField name="options" type="array of &quot;copy&quot; | &quot;view&quot; | &quot;chatgpt&quot; | &quot;claude&quot;" required>
540+
<ResponseField name="options" type="array of &quot;copy&quot; | &quot;view&quot; | &quot;chatgpt&quot; | &quot;claude&quot; | &quot;perplexity&quot; | &quot;mcp&quot; | &quot;cursor&quot; | &quot;vscode&quot;" required>
541541
Actions available in the contextual menu. The first option appears as the default.
542542
- `copy`: Copy the current page as Markdown to the clipboard.
543543
- `view`: View the current page as Markdown in a new tab.
544544
- `chatgpt`: Send the current page content to ChatGPT.
545545
- `claude`: Send the current page content to Claude.
546+
- `perplexity`: Send the current page content to Perplexity.
547+
- `mcp`: Copies your MCP server URL to the clipboard.
548+
- `cursor`: Installs your hosted MCP server in Cursor.
549+
- `vscode`: Installs your hosted MCP server in VSCode.
546550

547551
<img src="/images/page-context-menu.png" alt="Contextual Menu" className="rounded-xl" />
548552

0 commit comments

Comments
 (0)