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
@@ -125,6 +127,15 @@ The Claude desktop application provides comprehensive support for MCP, enabling
125
127
**Key features:**
126
128
- Provides MCP tool support for Emacs.
127
129
130
+
### fast-agent
131
+
[fast-agent](https://github.com/evalstate/fast-agent) is a Python Agent framework, with simple declarative support for creating Agents and Workflows, with full multi-modal support for Anthropic and OpenAI models.
132
+
133
+
**Key features:**
134
+
- PDF and Image support, based on MCP Native types
135
+
- Interactive front-end to develop and diagnose Agent applications, including passthrough and playback simulators
136
+
- Built in support for "Building Effective Agents" workflows.
137
+
- Deploy Agents as MCP Servers
138
+
128
139
### Firebase Genkit
129
140
[Genkit](https://github.com/firebase/genkit) is Firebase's SDK for building and integrating GenAI features into applications. The [genkitx-mcp](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) plugin enables consuming MCP servers as a client or creating MCP servers from Genkit tools and prompts.
0 commit comments