You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,6 +77,14 @@ The Claude desktop application provides comprehensive support for MCP, enabling
75
77
- Use both built-in and MCP tools directly in chat
76
78
- Supports VS Code and JetBrains IDEs, with any LLM
77
79
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
+
78
88
## Adding MCP support to your application
79
89
80
90
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