From 62e99e296a5d67e33e54d1b6f5b7dfc623e13458 Mon Sep 17 00:00:00 2001 From: kEND Date: Mon, 7 Apr 2025 12:52:34 -0400 Subject: [PATCH] Update README.md adding `mcp_sse` (Elixir) Adding `mcp_sse` so other Elixir devs can more easily find this MCP server library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 788118eb41..0b16ef9e7f 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie * **[Foxy Contexts](https://github.com/strowk/foxy-contexts)** – A library to build MCP servers in Golang by **[strowk](https://github.com/strowk)** * **[Higress MCP Server Hosting](https://github.com/alibaba/higress/tree/main/plugins/wasm-go/mcp-servers)** - A solution for hosting MCP Servers by extending the API Gateway (based on Envoy) with wasm plugins. * **[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)** +* **[mcp_sse](https://github.com/kEND/mcp_sse)** (Elixir) - An SSE implementation in Elixir for rapidly creating MCP servers. * **[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