Skip to content

Commit 39eb02d

Browse files
authored
Update MCP Server fwlink to conceptual documentation (#10591)
1 parent a542281 commit 39eb02d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/Views/Packages/DisplayPackage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
if (validity == McpServerEntryResultValidity.Success)
9797
{
9898
alertLevel = AlertLevel.Info;
99-
alertMessage = "This package contains an <a href='https://aka.ms/vscode-mcp-server'>MCP Server</a>. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's <code>.vscode/mcp.json</code> settings file.";
99+
alertMessage = "This package contains an <a href='https://aka.ms/nuget/mcp/concepts'>MCP Server</a>. The server can be used in VS Code by copying the generated JSON to your VS Code workspace's <code>.vscode/mcp.json</code> settings file.";
100100
vsCodeEntryTemplate = Model.VsCodeMcpServerEntryTemplate.Template ?? string.Empty;
101101
copyEnabled = true;
102102
}

0 commit comments

Comments
 (0)