Skip to content

Commit 91ff32e

Browse files
Merge pull request modelcontextprotocol#70 from pelikhan/genaiscript
adding genaiscript client
2 parents 838b852 + 77e388d commit 91ff32e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

clients.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ This page provides an overview of applications that support the Model Context Pr
1414
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
1515
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
1616
| [Continue][Continue] |||||| Full support for all MCP features |
17+
| [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
2223
[Continue]: https://github.com/continuedev/continue
24+
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
2325

2426
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
2527
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -75,6 +77,14 @@ The Claude desktop application provides comprehensive support for MCP, enabling
7577
- Use both built-in and MCP tools directly in chat
7678
- Supports VS Code and JetBrains IDEs, with any LLM
7779

80+
### GenAIScript
81+
Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft.github.io/genaiscript/) (in JavaScript). Orchestrate LLMs, tools, and data in JavaScript.
82+
83+
**Key features:**
84+
- JavaScript toolbox to work with prompts
85+
- Abstraction to make it easy and productive
86+
- Seamless Visual Studio Code integration
87+
7888
## Adding MCP support to your application
7989

8090
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.

0 commit comments

Comments
 (0)