Skip to content

Commit cfa71a6

Browse files
authored
docs: add new ui generator server name (#3381)
1 parent 071bdee commit cfa71a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai/agentic-ui-generator/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This section contains information about how to set up the Agentic UI Generator i
4141
````JSON.skip-repl
4242
{
4343
"servers": {
44-
"telerik-ui-generator": {
44+
"blazor-ui-generator": {
4545
"type": "http",
4646
"url": "https://uiagent.mcp.telerik.com/mcp/blazor",
4747
"headers": {
@@ -54,7 +54,7 @@ This section contains information about how to set up the Agentic UI Generator i
5454

5555
To enable global automatic discovery of the Agentic UI Generator in Visual Studio, add the above `.mcp.json` file to your user directory (`%USERPROFILE%`), for example, `C:\Users\____\.mcp.json`.
5656

57-
> Once the MCP server configuration is added, make sure that the `telerik-ui-generator` tool is [enabled (checked) in the Copilot Chat window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). This dropdown opens when clicking the wrench icon 🔧 at the bottom of the Copilot Window. The Telerik Agentic UI Generator may get disabled when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue with MCP servers in general.
57+
> Once the MCP server configuration is added, make sure that the `blazor-ui-generator` tool is [enabled (checked) in the Copilot Chat window's tool selection dropdown](https://learn.microsoft.com/en-us/visualstudio/ide/mcp-servers?view=vs-2022#configuration-example-with-github-mcp-server). This dropdown opens when clicking the wrench icon 🔧 at the bottom of the Copilot Window. The Telerik Agentic UI Generator may get disabled when starting a new chat, changing threads, or relaunching Visual Studio. This is a known issue with MCP servers in general.
5858
5959
#### Visual Studio Code
6060

@@ -77,7 +77,7 @@ Make sure that [`chat.mcp.enabled`](vscode://settings/chat.mcp.enabled) is enabl
7777
````JSON.skip-repl
7878
{
7979
"servers": {
80-
"telerik-ui-generator": {
80+
"blazor-ui-generator": {
8181
"type": "http",
8282
"url": "https://uiagent.mcp.telerik.com/mcp/blazor",
8383
"headers": {

0 commit comments

Comments
 (0)