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
@@ -157,6 +159,15 @@ Theia AI and Theia IDE's MCP integration provide users with flexibility, making
157
159
**Learn more:**
158
160
-[Example of using MCP tools in agentic workflow](https://i-am-bee.github.io/bee-agent-framework/#/tools?id=using-the-mcptool-class)
159
161
162
+
### mcp-agent
163
+
[mcp-agent] is a simple, composable framework to build agents using Model Context Protocol.
164
+
165
+
**Key features:**
166
+
- Automatic connection management of MCP servers.
167
+
- Expose tools from multiple servers to an LLM.
168
+
- Implements every pattern defined in [Building Effective Agents](https://www.anthropic.com/research/building-effective-agents).
169
+
- Supports workflow pause/resume signals, such as waiting for human feedback.
170
+
160
171
## Adding MCP support to your application
161
172
162
173
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