From 3886fc4cc143cf17a9f93b1ba17d66b73371679f Mon Sep 17 00:00:00 2001 From: Libing Chen Date: Sun, 1 Dec 2024 15:14:30 +0800 Subject: [PATCH] chore: add mcp-rs-template mcp-rs-template is a MCP CLI server project template for Rust --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 148ca96d..0db91f92 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ Interact with Git repositories and version control platforms. Enables repository - [@modelcontextprotocol/server-langchain](https://github.com/rectalogic/langchain-mcp) 🐍 - Provides MCP tool calling support in LangChain, allowing for the integration of MCP tools into LangChain workflows. - [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) 🏎️ - Golang SDK for building MCP Servers and Clients. - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python +- [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) 🦀 - MCP CLI server template for Rust + ## Tips and Tricks