From ac2b78e3580be1935b3763395591f8067abd7590 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Tue, 5 Aug 2025 19:32:35 +0200 Subject: [PATCH] Add Perl SDK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe826aeb81..63f1a3659b 100644 --- a/README.md +++ b/README.md @@ -1071,6 +1071,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[MCP Plexus](https://github.com/Super-I-Tech/mcp_plexus)**: A secure, **multi-tenant** and Multi-user MCP python server framework built to integrate easily with external services via OAuth 2.1, offering scalable and robust solutions for managing complex AI applications. * **[mcp_sse (Elixir)](https://github.com/kEND/mcp_sse)** An SSE implementation in Elixir for rapidly creating MCP servers. * **[Next.js MCP Server Template](https://github.com/vercel-labs/mcp-for-next.js)** (TypeScript) - A starter Next.js project that uses the MCP Adapter to allow MCP clients to connect and access resources. +* **[Perl SDK](https://github.com/mojolicious/mojo-mcp)** - An SDK for building MCP servers and clients with the Perl programming language. * **[Quarkus MCP Server SDK](https://github.com/quarkiverse/quarkus-mcp-server)** (Java) - **[R mcptools](https://github.com/posit-dev/mcptools)** - An R SDK for creating R-based MCP servers and retrieving functionality from third-party MCP servers as R functions. * **[SAP ABAP MCP Server SDK](https://github.com/abap-ai/mcp)** - Build SAP ABAP based MCP servers. ABAP 7.52 based with 7.02 downport; runs on R/3 & S/4HANA on-premises, currently not cloud-ready.