From f317813bc5a848451dd2c4fc02be321ecd6dc8c5 Mon Sep 17 00:00:00 2001 From: Jerome Date: Thu, 30 Jan 2025 13:50:06 +1300 Subject: [PATCH] Added subsections to the frameworks section for servers/clients. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf9fd2fe..0c3e2ce1 100644 --- a/README.md +++ b/README.md @@ -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.