Problem
Users need to register the MCP server with their AI client (e.g., Claude Code) but have to look up the command in the README or docs.
Requested
Add a "Copy MCP Command" button to the About screen (near the existing MCP enable/port settings) that copies the registration command to the clipboard:
claude mcp add --transport streamable-http --scope user performance-studio http://localhost:5152/
The port in the command should reflect the current port setting.
Reference
Both Dashboard and Lite settings screens have similar copy-command buttons — see their code for implementation examples:
C:\GitHub\PerformanceMonitor\Dashboard\
C:\GitHub\PerformanceMonitor\Lite\
Problem
Users need to register the MCP server with their AI client (e.g., Claude Code) but have to look up the command in the README or docs.
Requested
Add a "Copy MCP Command" button to the About screen (near the existing MCP enable/port settings) that copies the registration command to the clipboard:
The port in the command should reflect the current port setting.
Reference
Both Dashboard and Lite settings screens have similar copy-command buttons — see their code for implementation examples:
C:\GitHub\PerformanceMonitor\Dashboard\C:\GitHub\PerformanceMonitor\Lite\