Skip to content

Commit 348217b

Browse files
Merge pull request #3106 from telerik/StenlyGrigorov-patch-1
Update mcp-server-as-a-nuget.md
2 parents 69ab7ab + be5872f commit 348217b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ai-assistant/mcp-server-as-a-nuget.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The Telerik WPF [MCP (Model Context Protocol) Server](https://modelcontextprotoc
1515

1616
| Target Runtime | Required SDK | Invocation Method | Notes |
1717
|----------------|--------------|-------------------|-------|
18-
| .NET 8 / .NET 9 | .NET 8 or .NET 9 SDK | Local dotnet tool (`telerik-wpf-mcp.exe`) | `dnx` not supported; install tool manually |
18+
| .NET 8 / .NET 9 | .NET 8 or .NET 9 SDK | Local dotnet tool (`telerik-wpf-assistant.exe`) | `dnx` not supported; install tool manually |
1919
| .NET 10 | .NET 10 SDK (Preview 6 or newer) | `dnx` dynamic execution | Simplest approach; no prior install step |
2020

2121
Common requirements:
@@ -30,8 +30,8 @@ Common requirements:
3030
|--------|------------|---------|
3131
| Availability of `dnx` | Not available | Available |
3232
| Install Command | `dotnet tool install --tool-path ./.tools Telerik.WPF.MCP` | None (resolved on demand) |
33-
| Executable Path | `./.tools/telerik-wpf-mcp.exe` | Handled by `dnx` |
34-
| .mcp.json Command | `.\\.tools\\telerik-wpf-mcp.exe` | `dnx` |
33+
| Executable Path | `./.tools/telerik-wpf-assistant.exe` | Handled by `dnx` |
34+
| .mcp.json Command | `.\\.tools\\telerik-wpf-assistant.exe` | `dnx` |
3535
| .mcp.json Args | _None_ | `Telerik.WPF.MCP`, `--yes` |
3636
| Update Version | Re-run tool install with `--version` or `tool update` | Handled by latest package resolved by `dnx` |
3737
| Offline Use | Requires prior tool install | Requires prior NuGet cache warm-up |
@@ -52,7 +52,7 @@ If updating:
5252
dotnet tool update --tool-path ./.tools Telerik.WPF.MCP
5353
```
5454

55-
This creates the executable at `./.tools/telerik-wpf-mcp.exe`.
55+
This creates the executable at `./.tools/telerik-wpf-assistant.exe`.
5656

5757
### .NET 10
5858

@@ -69,7 +69,7 @@ Add a `.mcp.json` file to your solution root (or to `%USERPROFILE%` for global u
6969
"servers": {
7070
"telerik-wpf-assistant": {
7171
"type": "stdio",
72-
"command": ".\\.tools\\telerik-wpf-mcp.exe",
72+
"command": ".\\.tools\\telerik-wpf-assistant.exe",
7373
"env": {
7474
"TELERIK_LICENSE_PATH": "THE_PATH_TO_YOUR_LICENSE_FILE"
7575
}
@@ -109,7 +109,7 @@ Add a `.mcp.json` file to your solution (root) folder. Choose the variant that m
109109
"servers": {
110110
"telerik-wpf-assistant": {
111111
"type": "stdio",
112-
"command": ".\\.tools\\telerik-wpf-mcp.exe",
112+
"command": ".\\.tools\\telerik-wpf-assistant.exe",
113113
"env": {
114114
"TELERIK_LICENSE_PATH": "THE_PATH_TO_YOUR_LICENSE_FILE"
115115
}

0 commit comments

Comments
 (0)