Skip to content

Commit 397c84f

Browse files
authored
Update mcp-server-as-a-nuget.md
1 parent 367e090 commit 397c84f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ position: 2
1111

1212
The Telerik Reporting [MCP (Model Context Protocol) Server](https://modelcontextprotocol.io/introduction) is also available as a NuGet package. This NuGet distribution exposes the same AI Coding Assistant functionality as the npm package.
1313

14-
Beginning with **.NET 10** it can be executed directly via the `dnx` command. For **.NET 8 and .NET 9** (where `dnx` is not available) you can [install it as a global dotnet tool](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install) and invoke its executable.
14+
Beginning with **.NET 10**, it can be executed directly via the `dnx` command. For **.NET 8 and .NET 9** (where `dnx` is not available), you can [install it as a global dotnet tool](https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-install) and invoke its executable.
1515

1616
## Prerequisites
1717

@@ -33,7 +33,7 @@ Additional requirements:
3333
| Availability of `dnx` | Not available | Available |
3434
| Install Command | `dotnet tool install Telerik.Reporting.MCP` | None (resolved on demand) |
3535
| .mcp.json Command | `dotnet` | `dnx` |
36-
| .mcp.json Args | `tool`, `run`, `telerik-reporting-assistant` | `Telerik.Reporting.MCP`, `--yes` |
36+
| .mcp.json Args | `telerik-reporting-assistant` | `Telerik.Reporting.MCP`, `--yes` |
3737
| Update Version | Re-run tool install with `--version` or `tool update` | Handled by latest package resolved by `dnx` |
3838
| Offline Use | Requires prior tool install | Requires prior NuGet cache warm-up |
3939

@@ -114,7 +114,7 @@ Use these settings when configuring the server in your MCP client:
114114
```
115115

116116

117-
You may substitute `TELERIK_LICENSE` instead of `TELERIK_LICENSE_PATH` (*see [License Configuration](#license-configuration) section below for details and recommendations*). The `inputs` array is optional and not required for current functionality.
117+
You may substitute `TELERIK_LICENSE` instead of `TELERIK_LICENSE_PATH` (*see [License Configuration](#license-configuration) section below for details and recommendations*). The `inputs` array is optional and not required for the current functionality.
118118

119119
After saving the file, restart Visual Studio and enable the `telerik-reporting-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).
120120

0 commit comments

Comments
 (0)