Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/clients.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -731,17 +731,18 @@ Codex is a lightweight AI-powered coding agent from OpenAI that runs in your ter
<McpClient
name="Continue"
homepage="https://github.com/continuedev/continue"
supports="Resources, Prompts, Tools"
supports="Resources, Prompts, Tools, Apps"
instructions="https://docs.continue.dev/customize/deep-dives/mcp"
>

Continue is an open-source AI code assistant, with built-in support for all MCP features.
Continue is an open-source AI code assistant, with built-in support for MCP Tools, Resource, Prompts, and Apps

**Key features:**

- Type "@" to mention MCP resources
- Prompt templates surface as slash commands
- Use both built-in and MCP tools directly in chat
- Limited MCP App support for displaying MCP UIs
- Supports VS Code and JetBrains IDEs, with any LLM

</McpClient>
Expand Down