From ada4d5565c60a7aa35a0480442b97304fdf20248 Mon Sep 17 00:00:00 2001 From: Dinko Krastev Date: Fri, 17 Oct 2025 17:00:26 +0300 Subject: [PATCH 1/2] Update mcp-server.md --- ai-coding-assistant/mcp-server.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ai-coding-assistant/mcp-server.md b/ai-coding-assistant/mcp-server.md index 8243f8057..95ee62ef3 100644 --- a/ai-coding-assistant/mcp-server.md +++ b/ai-coding-assistant/mcp-server.md @@ -13,6 +13,8 @@ The Telerik WinForms [MCP (Model Context Protocol) Server](https://modelcontextp This MCP server enables AI-powered IDEs and tools to generate more accurate, tailored code that leverages [Telerik UI for WinForms components](https://docs.telerik.com/devtools/winforms/introduction) and APIs. You can ask complex questions about Telerik components, request specific implementations, and generate comprehensive code solutions. +>tip The Telerik .NET WinForms MCP Server works in **Chat**(**Ask**) and **Agent** modes. + ## Prerequisites To use the Telerik WinForms MCP server, you need: @@ -122,6 +124,8 @@ To use the Telerik MCP Server: 4. Start fresh sessions for unrelated prompts to avoid context pollution. +5. Use in **Chat**(**Ask**) and **Agent** modes. + You can check the Output pane of Visual Studio for diagnostics information related to Copilot. To display the relevant information, select to show output from GitHub Copilot. ![WinForms AI Assistance MCP Server](images/ai-mcp-server002.png) From c35cd768d3315ab10e2baee90c7cb69ce5a2c288 Mon Sep 17 00:00:00 2001 From: Nadya Todorova <48494959+nade7o@users.noreply.github.com> Date: Fri, 17 Oct 2025 17:08:54 +0300 Subject: [PATCH 2/2] Update mcp-server.md --- ai-coding-assistant/mcp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-coding-assistant/mcp-server.md b/ai-coding-assistant/mcp-server.md index 95ee62ef3..65b300e09 100644 --- a/ai-coding-assistant/mcp-server.md +++ b/ai-coding-assistant/mcp-server.md @@ -13,7 +13,7 @@ The Telerik WinForms [MCP (Model Context Protocol) Server](https://modelcontextp This MCP server enables AI-powered IDEs and tools to generate more accurate, tailored code that leverages [Telerik UI for WinForms components](https://docs.telerik.com/devtools/winforms/introduction) and APIs. You can ask complex questions about Telerik components, request specific implementations, and generate comprehensive code solutions. ->tip The Telerik .NET WinForms MCP Server works in **Chat**(**Ask**) and **Agent** modes. +>tip The Telerik WinForms MCP Server works in **Chat**(**Ask**) and **Agent** modes. ## Prerequisites