Skip to content

Commit 7dd21eb

Browse files
authored
Merge pull request #787 from telerik/icom85-patch-1
Use telerik-winforms-assistant as the name of the MCP server
2 parents 751af2b + 7144db4 commit 7dd21eb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ai-coding-assistant/mcp-server.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Use these settings when configuring the server in your MCP client:
4141
| Type | `stdio` (standard input/output transport) |
4242
| Command | `npx` |
4343
| Arguments | `-y` |
44-
| Server Name | `telerik-winforms-mcp` (customizable) |
44+
| Server Name | `telerik-winforms-assistant` (customizable) |
4545

4646
### License Configuration
4747

@@ -81,7 +81,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
8181
{
8282
"inputs": [],
8383
"servers": {
84-
"telerik-winforms-mcp": {
84+
"telerik-winforms-assistant": {
8585
"type": "stdio",
8686
"command": "npx",
8787
"args": ["-y", "@progress/telerik-winforms-mcp@latest"],
@@ -96,7 +96,7 @@ For complete setup instructions, see [Use MCP servers in Visual Studio](https://
9696
```
9797

9898
2. Restart Visual Studio.
99-
3. Enable the `telerik-winforms-mcp` tool 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).
99+
3. Enable the `telerik-winforms-assistant` tool 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).
100100

101101
![WinForms AI Assistance MCP Server](images/ai-mcp-server001.png)
102102

@@ -111,12 +111,12 @@ To use the Telerik MCP Server:
111111
1. Start your prompt with one of these triggers:
112112
- `/telerik` / `@telerik` / `#telerik`
113113
- `/telerikwinforms` / `@telerikwinforms` / `#telerikwinforms`
114-
- `#telerik_winforms_mcp`
114+
- `#telerik-winforms-assistant`
115115

116116
2. Verify server activation by looking for these messages:
117-
- Visual Studio: `Running telerik-winforms-mcp`
117+
- Visual Studio: `Running telerik-winforms-assistant`
118118
- Visual Studio Code: `Running telerik-winforms-assistant`
119-
- Cursor: `Calling MCP tool telerik-winforms-mcp`
119+
- Cursor: `Calling MCP tool telerik-winforms-assistant`
120120

121121
3. Grant permissions when prompted (per session, workspace, or always).
122122

0 commit comments

Comments
 (0)