diff --git a/src/Install/CodeEnvironment/ClaudeCode.php b/src/Install/CodeEnvironment/ClaudeCode.php index 07bc6c5..3134bc5 100644 --- a/src/Install/CodeEnvironment/ClaudeCode.php +++ b/src/Install/CodeEnvironment/ClaudeCode.php @@ -48,7 +48,7 @@ public function mcpInstallationStrategy(): McpInstallationStrategy public function shellMcpCommand(): string { - return 'claude mcp add -s local -t stdio {key} "{command}" {args} {env}'; + return 'claude mcp add -s project -t stdio {key} "{command}" {args} {env}'; } public function guidelinesPath(): string