Skip to content

Commit 95c8bee

Browse files
committed
adding genaiscript link
1 parent aeebcc2 commit 95c8bee

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
@@ -13,11 +13,13 @@ 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+
| [GenAIScript][GenAIScript] |||||| Supports tools. |
1617

1718
[Claude]: https://claude.ai/download
1819
[Zed]: https://zed.dev
1920
[Cody]: https://sourcegraph.com/cody
2021
[Genkit]: https://github.com/firebase/genkit
22+
[GenAIScript]: https://microsoft.github.io/genaiscript/reference/scripts/mcp-tools/
2123

2224
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
2325
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -64,6 +66,14 @@ The Claude desktop application provides comprehensive support for MCP, enabling
6466
- Seamless interoperability with Genkit's existing tools and prompts
6567
- Works across a wide variety of GenAI models from top providers
6668

69+
### 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.
71+
72+
**Key features:**
73+
- JavaScript toolbox to work with prompts
74+
- Abstraction to make it easy and productive
75+
- Seamless Visual Studio Code integration
76+
6777
## Adding MCP support to your application
6878

6979
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)