From fe399d59b203e7118e92ae356ceed4727f7a80b0 Mon Sep 17 00:00:00 2001 From: Erik Darling <2136037+erikdarlingdata@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:08:22 -0500 Subject: [PATCH] Add MCP registration command copy button to About screen (#26) Adds a "Copy MCP Command" button below the MCP settings that copies the claude mcp add registration command to clipboard with the current port. Co-Authored-By: Claude Opus 4.6 --- src/PlanViewer.App/AboutWindow.axaml | 8 +++++++- src/PlanViewer.App/AboutWindow.axaml.cs | 13 +++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/src/PlanViewer.App/AboutWindow.axaml b/src/PlanViewer.App/AboutWindow.axaml index 8f5b51e..97d2223 100644 --- a/src/PlanViewer.App/AboutWindow.axaml +++ b/src/PlanViewer.App/AboutWindow.axaml @@ -2,7 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="PlanViewer.App.AboutWindow" Title="About Performance Studio" - Width="450" Height="420" + Width="450" Height="460" CanResize="False" WindowStartupLocation="CenterOwner" Icon="avares://PlanViewer.App/EDD.ico" @@ -63,6 +63,12 @@ + +