Skip to content

Commit 1e8fd16

Browse files
Update ai-coding-assistant/mcp-server-as-a-nuget.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fbf86b8 commit 1e8fd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 local 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

0 commit comments

Comments
 (0)