Added subsections to the frameworks section for servers/clients.

This commit is contained in:
Jerome
2025-01-30 13:50:06 +13:00
parent e42a6ac0b8
commit f317813bc5

View File

@@ -151,12 +151,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.