From 335ccd0645e1eb39913e02a4c137022b7a914530 Mon Sep 17 00:00:00 2001 From: Andrew Hoh <129882602+andrew-lastmile@users.noreply.github.com> Date: Mon, 24 Mar 2025 12:58:21 -0400 Subject: [PATCH] Adding MCP-Agent to the README.md Adding MCP-Agent (https://github.com/lastmile-ai/mcp-agent) to the README under Frameworks/For clients --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11624eec..9abe1b61 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie ### For clients * **[codemirror-mcp](https://github.com/marimo-team/codemirror-mcp)** - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands +* **[MCP-Agent](https://github.com/lastmile-ai/mcp-agent)** - A simple, composable framework to build agents using Model Context Protocol by **[LastMile AI](https://www.lastmileai.dev)** ## 📚 Resources