@@ -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
2121Common 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:
5252dotnet 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