From 33144131579ef607ae44e47e3959f1c0cc19a379 Mon Sep 17 00:00:00 2001 From: valoomba <loomba.vikash@gmail.com> Date: Sun, 2 Mar 2025 15:02:59 -0800 Subject: [PATCH 1/3] Add Copilot-MCP to clients list This commit adds Copilot-MCP to the clients list --- clients.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients.mdx b/clients.mdx index f948b18..e89ff7c 100644 --- a/clients.mdx +++ b/clients.mdx @@ -28,6 +28,7 @@ This page provides an overview of applications that support the Model Context Pr | [Windsurf Editor][Windsurf] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools with AI Flow for collaborative development. | | [Zed][Zed] | ❌ | ✅ | ❌ | ❌ | ❌ | Prompts appear as slash commands | | [OpenSumi][OpenSumi] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi | +| [Copilot-MCP][CopilotMCP] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi | [Claude]: https://claude.ai/download [Cursor]: https://cursor.com @@ -47,6 +48,7 @@ This page provides an overview of applications that support the Model Context Pr [Roo Code]: https://roocode.com [Goose]: https://block.github.io/goose/docs/goose-architecture/#interoperability-with-extensions [Windsurf]: https://codeium.com/windsurf +[CopilotMCP]: https://github.com/VikashLoomba/copilot-mcp [Resources]: https://modelcontextprotocol.io/docs/concepts/resources [Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts From 545a2f2cdf16e5268812037065f6f02678396d32 Mon Sep 17 00:00:00 2001 From: valoomba <loomba.vikash@gmail.com> Date: Sun, 2 Mar 2025 15:07:15 -0800 Subject: [PATCH 2/3] Fix alphabetical ordering of list --- clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.mdx b/clients.mdx index e89ff7c..af72609 100644 --- a/clients.mdx +++ b/clients.mdx @@ -14,6 +14,7 @@ This page provides an overview of applications that support the Model Context Pr | [BeeAI Framework][BeeAI Framework] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in agentic workflows. | | [Cline][Cline] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. | | [Continue][Continue] | ✅ | ✅ | ✅ | ❌ | ❌ | Full support for all MCP features | +| [Copilot-MCP][CopilotMCP] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi | | [Cursor][Cursor] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | | [Emacs Mcp][Mcp.el] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in Emacs. | | [Firebase Genkit][Genkit] | ⚠️ | ✅ | ✅ | ❌ | ❌ | Supports resource list and lookup through tools. | @@ -28,7 +29,6 @@ This page provides an overview of applications that support the Model Context Pr | [Windsurf Editor][Windsurf] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools with AI Flow for collaborative development. | | [Zed][Zed] | ❌ | ✅ | ❌ | ❌ | ❌ | Prompts appear as slash commands | | [OpenSumi][OpenSumi] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi | -| [Copilot-MCP][CopilotMCP] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi | [Claude]: https://claude.ai/download [Cursor]: https://cursor.com From b9f44df8fa51bb22d4eb87a7b136be2b1b5b9e21 Mon Sep 17 00:00:00 2001 From: valoomba <loomba.vikash@gmail.com> Date: Sun, 2 Mar 2025 15:08:27 -0800 Subject: [PATCH 3/3] Update Copilot-MCP description --- clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.mdx b/clients.mdx index af72609..0850c21 100644 --- a/clients.mdx +++ b/clients.mdx @@ -14,7 +14,7 @@ This page provides an overview of applications that support the Model Context Pr | [BeeAI Framework][BeeAI Framework] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in agentic workflows. | | [Cline][Cline] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. | | [Continue][Continue] | ✅ | ✅ | ✅ | ❌ | ❌ | Full support for all MCP features | -| [Copilot-MCP][CopilotMCP] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools in OpenSumi | +| [Copilot-MCP][CopilotMCP] | ✅ | ❌ | ✅ | ❌ | ❌ | Supports tools and resources. | | [Cursor][Cursor] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools. | | [Emacs Mcp][Mcp.el] | ❌ | ❌ | ✅ | ❌ | ❌ | Supports tools in Emacs. | | [Firebase Genkit][Genkit] | ⚠️ | ✅ | ✅ | ❌ | ❌ | Supports resource list and lookup through tools. |