From a2302b4af627784c1d59e03b51ab1335d2417ae7 Mon Sep 17 00:00:00 2001 From: Manoj Bajaj Date: Mon, 12 May 2025 12:56:13 +0530 Subject: [PATCH] chore: Update README to include universal MCP sdk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8d76cba..992deddf 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[MCP-Framework](https://mcp-framework.com)** Build MCP servers with elegance and speed in Typescript. Comes with a CLI to create your project with `mcp create app`. Get started with your first server in under 5 minutes by **[Alex Andru](https://github.com/QuantGeekDev)** * **[Quarkus MCP Server SDK](https://github.com/quarkiverse/quarkus-mcp-server)** (Java) * **[Template MCP Server](https://github.com/mcpdotdirect/template-mcp-server)** - A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure +* **[AgentR Universal MCP SDK](https://github.com/universal-mcp/universal-mcp)** - A python SDK to build MCP Servers with inbuilt credential management by **[Agentr](https://agentr.dev/home)** ### For clients