From 2a04bb439638a1219495289ae80b5ce9142af8d8 Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Tue, 20 May 2025 11:14:18 -0400 Subject: [PATCH 1/4] Update mcp-server.md --- ai/mcp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/mcp-server.md b/ai/mcp-server.md index bd6f5ee83..198ce9f17 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -65,7 +65,7 @@ To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` fil To enable global automatic discovery of the Telerik MCP Server in Visual Studio, add the above `.mcp.json` file to your user directory (`%USERPROFILE%`), for example, `C:\Users\____\.mcp.json`. -Once the Telerik MVP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). +Once the Telerik MCP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). ### VS Code From 5babdf8ca2dc16db43a7a805f49c59397ba2dbac Mon Sep 17 00:00:00 2001 From: Lance McCarthy Date: Tue, 20 May 2025 11:25:05 -0400 Subject: [PATCH 2/4] Update mcp-server.md --- ai/mcp-server.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ai/mcp-server.md b/ai/mcp-server.md index 198ce9f17..07d08c37a 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -67,6 +67,8 @@ To enable global automatic discovery of the Telerik MCP Server in Visual Studio, Once the Telerik MCP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). +> Always double check the `telerik_blazor_assistant` is selected befor entering a message. You may see "🔧10/11" in the selected tools dropdown when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue for MCPs that is being investigated. + ### VS Code For detailed instructions, refer to [Use MCP servers in VS Code](https://code.visualstudio.com/docs/copilot/chat/mcp-servers). From d221be197a83a85ece9adf574eae89e2fd1b2c09 Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 21 May 2025 08:49:43 +0300 Subject: [PATCH 3/4] Update ai/mcp-server.md --- ai/mcp-server.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ai/mcp-server.md b/ai/mcp-server.md index 07d08c37a..a46ca4585 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -65,9 +65,7 @@ To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` fil To enable global automatic discovery of the Telerik MCP Server in Visual Studio, add the above `.mcp.json` file to your user directory (`%USERPROFILE%`), for example, `C:\Users\____\.mcp.json`. -Once the Telerik MCP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). - -> Always double check the `telerik_blazor_assistant` is selected befor entering a message. You may see "🔧10/11" in the selected tools dropdown when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue for MCPs that is being investigated. +Once the Telerik MCP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). You may see "🔧10/11" in the selected tools dropdown when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue for MCPs that is being investigated. ### VS Code From 95e9a2e0beb5aed964bb0b1addd40199989b7e8e Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 21 May 2025 08:51:42 +0300 Subject: [PATCH 4/4] Update ai/mcp-server.md --- ai/mcp-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/mcp-server.md b/ai/mcp-server.md index a46ca4585..291f15ead 100644 --- a/ai/mcp-server.md +++ b/ai/mcp-server.md @@ -65,7 +65,7 @@ To enable the Telerik MCP Server in a specific Blazor app, add a `.mcp.json` fil To enable global automatic discovery of the Telerik MCP Server in Visual Studio, add the above `.mcp.json` file to your user directory (`%USERPROFILE%`), for example, `C:\Users\____\.mcp.json`. -Once the Telerik MCP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). You may see "🔧10/11" in the selected tools dropdown when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue for MCPs that is being investigated. +> Once the Telerik MCP server is added, make sure that the `telerik_blazor_assistant` tool is [enabled (checked) in the Copilot Chart window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). The Telerik MCP server may get disabled and you may see "🔧10/11" in the selected tools dropdown when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue for MCPs that is being investigated. ### VS Code