Add Template MCP Server to Frameworks section

This commit is contained in:
vcart
2025-03-11 23:00:06 -04:00
parent e65ec2d551
commit ab34024e87

View File

@@ -214,6 +214,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie
* **[FastMCP](https://github.com/punkpeye/fastmcp)** (TypeScript)
* **[Foxy Contexts](https://github.com/strowk/foxy-contexts)** A library to build MCP servers in Golang by **[strowk](https://github.com/strowk)**
* **[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
### For clients