Skip to content

Commit 77e388d

Browse files
committed
Merge remote-tracking branch 'origin/main' into genaiscript
2 parents 95c8bee + 838b852 commit 77e388d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

clients.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ This page provides an overview of applications that support the Model Context Pr
1313
| [Zed][Zed] |||||| Prompts appear as slash commands |
1414
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
1515
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
16+
| [Continue][Continue] |||||| Full support for all MCP features |
1617
| [GenAIScript][GenAIScript] |||||| Supports tools. |
1718

1819
[Claude]: https://claude.ai/download
1920
[Zed]: https://zed.dev
2021
[Cody]: https://sourcegraph.com/cody
2122
[Genkit]: https://github.com/firebase/genkit
23+
[Continue]: https://github.com/continuedev/continue
2224
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
2325

2426
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
@@ -66,8 +68,17 @@ The Claude desktop application provides comprehensive support for MCP, enabling
6668
- Seamless interoperability with Genkit's existing tools and prompts
6769
- Works across a wide variety of GenAI models from top providers
6870

71+
### Continue
72+
[Continue](https://github.com/continuedev/continue) is an open-source AI code assistant, with built-in support for all MCP features.
73+
74+
**Key features**
75+
- Type "@" to mention MCP resources
76+
- Prompt templates surface as slash commands
77+
- Use both built-in and MCP tools directly in chat
78+
- Supports VS Code and JetBrains IDEs, with any LLM
79+
6980
### GenAIScript
70-
Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft.github.io/genaiscript/) (in JavaScript). Orchestrate LLMs, tools, and data in a single script.
81+
Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft.github.io/genaiscript/) (in JavaScript). Orchestrate LLMs, tools, and data in JavaScript.
7182

7283
**Key features:**
7384
- JavaScript toolbox to work with prompts

0 commit comments

Comments
 (0)