Skip to content

Commit 04b98f1

Browse files
eerhardtJamesNK
andauthored
Add More information link to MCP Server dialog page (dotnet#12766)
Co-authored-by: James Newton-King <james@newtonking.com>
1 parent 0dbf46c commit 04b98f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Dashboard/Components/Dialogs/McpServerDialog.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<br />
6868
<br />
6969
@((MarkupString)Loc[nameof(Resources.Dialogs.McpServerDialogVSCodeWarningInstructions)].ToString())
70-
<a href="">@Loc[nameof(Resources.Dialogs.McpServerDialogVSCodeWarningMoreInfo)]</a>
70+
<a href="https://aka.ms/aspire/mcp-vscode-limitations" target="_blank">@Loc[nameof(Resources.Dialogs.McpServerDialogVSCodeWarningMoreInfo)]</a>
7171
</div>
7272
</div>
7373
}

0 commit comments

Comments
 (0)