From ec31c096bd7870d966947ef0c6ac7e0e20f917a1 Mon Sep 17 00:00:00 2001 From: Jeff Kluge Date: Tue, 7 Oct 2025 09:30:56 -0700 Subject: [PATCH] Update NuGet MCP server in Visual Studio --- src/NuGet.Clients/NuGet.VisualStudio.Client/mcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NuGet.Clients/NuGet.VisualStudio.Client/mcp.json b/src/NuGet.Clients/NuGet.VisualStudio.Client/mcp.json index 28919f208b1..34525b1f3b6 100644 --- a/src/NuGet.Clients/NuGet.VisualStudio.Client/mcp.json +++ b/src/NuGet.Clients/NuGet.VisualStudio.Client/mcp.json @@ -4,7 +4,7 @@ "type": "stdio", "command": "dnx", "args": [ - "NuGet.Mcp.Server@0.1.4-preview", + "NuGet.Mcp.Server@1.0.0", "--source", "https://api.nuget.org/v3/index.json", "--yes"