From 9ea13c08e0f7cba1e97300dbb029a5a861ee652a Mon Sep 17 00:00:00 2001 From: Muller Helen Date: Thu, 20 Mar 2025 08:49:47 +0800 Subject: [PATCH] Update README.md add scala mcp --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 263cf17f..ea62d69c 100644 --- a/README.md +++ b/README.md @@ -428,7 +428,8 @@ Interact with Git repositories and version control platforms. Enables repository - [@marimo-team/codemirror-mcp](https://github.com/marimo-team/codemirror-mcp) - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands. - [quarkus-mcp-server](https://github.com/quarkiverse/quarkus-mcp-server) ☕ - Java SDK for building MCP servers using Quarkus. - [mcp-agent](https://github.com/lastmile-ai/mcp-agent) 🤖 🔌 - Build effective agents with MCP servers using simple, composable patterns. - +- [sakura-mcp](https://github.com/mullerhai/sakura-mcp) 🌸 🔌 - Scala MCP Framework for Build effective agents with MCP servers and MCP clients shade from modelcontextprotocol.io.🏒🏒 + ## Utilities - [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 📇 - An MCP stdio to HTTP SSE transport gateway with example server and MCP client.