Merge pull request #573 from modelcontextprotocol/jerome/feature/added-frameworks-subsections

Added subsections to the frameworks section for servers/clients.
This commit is contained in:
Jerome
2025-02-07 13:42:49 +13:00
committed by GitHub

View File

@@ -159,12 +159,17 @@ A growing set of community-developed and maintained servers demonstrates various
## 📚 Frameworks
These are high-level frameworks that make it easier to build MCP servers.
These are high-level frameworks that make it easier to build MCP servers or clients.
### For servers
* **[codemirror-mcp](https://github.com/marimo-team/codemirror-mcp)** - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands
* [EasyMCP](https://github.com/zcaceres/easy-mcp/) (TypeScript)
* [FastMCP](https://github.com/punkpeye/fastmcp) (TypeScript)
### For clients
* **[codemirror-mcp](https://github.com/marimo-team/codemirror-mcp)** - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands
## 📚 Resources
Additional resources on MCP.