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
@@ -85,6 +87,14 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
85
87
- Abstraction to make it easy and productive
86
88
- Seamless Visual Studio Code integration
87
89
90
+
### Cline
91
+
[Cline](https://github.com/cline/cline) is an autonomous coding agent in VS Code that edits files, runs commands, uses a browser, and more–with your permission at each step.
92
+
93
+
**Key features:**
94
+
- Create and add tools through natural language (e.g. "add a tool that searches the web")
95
+
- Share custom MCP servers Cline creates with others via the `~/Documents/Cline/MCP` directory
96
+
- Displays configured MCP servers along with their tools, resources, and any error logs
97
+
88
98
## Adding MCP support to your application
89
99
90
100
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