We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3d438 commit d0acb30Copy full SHA for d0acb30
src/Install/CodeEnvironment/ClaudeCode.php
@@ -48,7 +48,7 @@ public function mcpInstallationStrategy(): McpInstallationStrategy
48
49
public function shellMcpCommand(): string
50
{
51
- return 'claude mcp add -s local -t stdio {key} "{command}" {args} {env}';
+ return 'claude mcp add -s project -t stdio {key} "{command}" {args} {env}';
52
}
53
54
public function guidelinesPath(): string
0 commit comments