From cffc17052aca43950091812e59ed6961f5058b0f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:04:42 +0000 Subject: [PATCH] Add devin-mcp contextual menu option for MCP server installation Generated-By: mintlify-agent --- ai/contextual-menu.mdx | 10 ++++++---- organize/settings-reference.mdx | 2 +- organize/settings-structure.mdx | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ai/contextual-menu.mdx b/ai/contextual-menu.mdx index 793917790..8dee8bc2e 100644 --- a/ai/contextual-menu.mdx +++ b/ai/contextual-menu.mdx @@ -29,6 +29,7 @@ The contextual menu includes several pre-built options that you can enable by ad | **Copy MCP install command** | `add-mcp` | Copies the `npx add-mcp` command to install the MCP server | | **Connect to Cursor** | `cursor` | Installs your hosted MCP server in Cursor | | **Connect to VS Code** | `vscode` | Installs your hosted MCP server in VS Code | +| **Connect to Devin** | `devin-mcp` | Installs your hosted MCP server in Devin | | **Custom options** | Object | Add custom options to the contextual menu | @@ -56,10 +57,11 @@ Add the `contextual` field to your `docs.json` file and specify which options yo "aistudio", "devin", "windsurf", - "mcp", - "cursor", - "vscode" - ] + "mcp", + "cursor", + "vscode", + "devin-mcp" + ] } } ``` diff --git a/organize/settings-reference.mdx b/organize/settings-reference.mdx index 178575b0a..5ada21252 100644 --- a/organize/settings-reference.mdx +++ b/organize/settings-reference.mdx @@ -594,7 +594,7 @@ Contextual menu for page actions and AI tool integrations. Actions available in the contextual menu. The first item is the default action. -**Type:** array of `"assistant"` | `"copy"` | `"view"` | `"chatgpt"` | `"claude"` | `"perplexity"` | `"grok"` | `"aistudio"` | `"mcp"` | `"add-mcp"` | `"cursor"` | `"vscode"` | object +**Type:** array of `"assistant"` | `"copy"` | `"view"` | `"chatgpt"` | `"claude"` | `"perplexity"` | `"grok"` | `"aistudio"` | `"devin"` | `"windsurf"` | `"mcp"` | `"add-mcp"` | `"cursor"` | `"vscode"` | `"devin-mcp"` | object Custom option object fields: diff --git a/organize/settings-structure.mdx b/organize/settings-structure.mdx index 3e9d64607..d01ccaee7 100644 --- a/organize/settings-structure.mdx +++ b/organize/settings-structure.mdx @@ -380,6 +380,7 @@ The contextual menu gives users quick access to AI tools and page actions. It ap - `"claude"` — Send the current page to Claude - `"cursor"` — Install your hosted MCP server in Cursor - `"devin"` — Send the current page to Devin + - `"devin-mcp"` — Install your hosted MCP server in Devin - `"grok"` — Send the current page to Grok - `"mcp"` — Copy your MCP server URL to the clipboard - `"perplexity"` — Send the current page to Perplexity