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, with support for tools and resources.
92
+
93
+
**Key features:**
94
+
- Create tools through natural language (e.g. "add a tool that searches the web")
95
+
- Displays connected MCP servers along with error logs to debug issues
96
+
- Share custom MCP servers with others via the `~/Documents/Cline/MCP` directory
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