From faae834f171fd3d5a5b62a100a38deb541111c7b Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Mon, 14 Apr 2025 10:11:43 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca53fb5c..723b31f8 100644 --- a/README.md +++ b/README.md @@ -694,8 +694,8 @@ Interact with Git repositories and version control platforms. Enables repository ## Frameworks -- [FastMCP-Python](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python -- [FastMCP-TypeScript](https://github.com/punkpeye/fastmcp) 📇 - A high-level framework for building MCP servers in TypeScript +- [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python +- [FastMCP](https://github.com/punkpeye/fastmcp) 📇 - A high-level framework for building MCP servers in TypeScript - [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - Golang library to write MCP Servers declaratively with functional testing included - [gabfr/waha-api-mcp-server](https://github.com/gabfr/waha-api-mcp-server) 📇 - An MCP server with openAPI specs for using the WhatsApp unnoficial API (https://waha.devlike.pro/ - also open source: https://github.com/devlikeapro/waha - [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) 📇 – Provides integration between [Genkit](https://github.com/firebase/genkit/tree/main) and the Model Context Protocol (MCP).