Skip to content

Commit dd0c492

Browse files
committed
fix(ui): drop client name from install panel intro
Reword the intro and remove the "(like Cursor)" example — keep it generic: "…so it routes here automatically — even apps that don't report the folder." Claude-Session: https://claude.ai/code/session_01Baan9JmzR43uxxRUh7CAMF Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 1c8c48f commit dd0c492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/desktop/src/features/workspaces/WorkspaceInstallPanel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ export function WorkspaceInstallPanel({ workspaceRoot }: { workspaceRoot: string
149149
return (
150150
<div className="space-y-4" data-testid="workspace-install-panel">
151151
<p className="text-sm text-[rgb(var(--muted))]">
152-
Drop McpMux into this folder&apos;s MCP config for the apps you use. Each gets a{' '}
152+
Add McpMux to this folder&apos;s MCP config for the apps you use. Each gets an{' '}
153153
<code className="text-xs">X-Mcpmux-Workspace</code> header set to this path, so it routes
154-
here automatically — even apps that don&apos;t report the folder (like Cursor).
154+
here automatically — even apps that don&apos;t report the folder.
155155
</p>
156156

157157
{/* Self-introductory auth nudge — disabling auth makes the written config

0 commit comments

Comments
 (0)