From 0e2738c32bc0ea723e22d2dccd4206424ee585ec Mon Sep 17 00:00:00 2001 From: TerminalMan <84923604+SecretiveShell@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:33:56 +0000 Subject: [PATCH 1/2] Add clients --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 832d801b..b7bcec04 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,9 @@ Interact with Git repositories and version control platforms. Enables repository - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - A high-level framework for building MCP servers in Python - [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) 🦀 - MCP CLI server template for Rust +## Clients + +- [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 an openAI middleware proxy to use mcp in any existing openAI compatible client ## Tips and Tricks From 9e9200bd392f87781afb6af8d681a372db360c4c Mon Sep 17 00:00:00 2001 From: TerminalMan <84923604+SecretiveShell@users.noreply.github.com> Date: Wed, 4 Dec 2024 17:29:52 +0000 Subject: [PATCH 2/2] Add more open source clients --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e5bee823..4bad1f5a 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,9 @@ Interact with Git repositories and version control platforms. Enables repository ## Clients - [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 an openAI middleware proxy to use mcp in any existing openAI compatible client +- [zed-industries/zed](https://github.com/zed-industries/zed) multiplayer code editor from the creators of atom +- [firebase/genkit](https://github.com/firebase/genkit) agent and data transformation framework +- [continuedev/continue](https://github.com/continuedev/continue) vscode auto complete and chat tool (full feature support) ## Tips and Tricks