-
Notifications
You must be signed in to change notification settings - Fork 79
Description
I’d like to inform you that the Visual Studio and Visual Studio Code extensions for Telerik UI for Blazor now include new functionality for MCP server configuration. As a result, the documentation needs to be updated accordingly.
Summary:
Visual Studio Code
Telerik UI for Blazor: Configure MCP Server
• Workspace Scope - Creates a mcp.json file under the .vscode folder with the following content:
• Global Scope - Creates a mcp.json file under: C:\Users<YourUsername>\AppData\Roaming\Code\User
Telerik UI for Blazor: Add GitHub Copilot Custom Instructions
Generates a copilot-instructions.md file under the .github folder in the current workspace.
Telerik UI for Blazor: Install Telerik Blazor Copilot Extension
Opens the following URL: https://github.com/apps/telerikblazor/installations/select_target
Visual Studio
Configure MCP Server for Solution
Generates a .mcp.json file in the solution folder.
Configure MCP Server Globally
Generates a .mcp.json file under the user profile directory: %USERPROFILE% (e.g., C:\Users<YourUsername>)
Add/Update Copilot Instructions
Generates a copilot-instructions.md file in the .github folder under the solution.
Install Telerik Blazor Copilot Extension
Opens the following URL: https://github.com/apps/telerikblazor/installations/select_target
GitHub issues:
https://github.com/telerik/vsx/issues/1922
https://github.com/telerik/vsx/issues/1995
VSIX files:
https://github.com/telerik/vscode-extensions/releases/tag/vscode-main-testing.6
https://github.com/telerik/vs-extensions/releases/tag/develop-testing