Skip to content

Commit d0acb30

Browse files
committed
fix: use claude code project scope instead of local
1 parent ad3d438 commit d0acb30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Install/CodeEnvironment/ClaudeCode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function mcpInstallationStrategy(): McpInstallationStrategy
4848

4949
public function shellMcpCommand(): string
5050
{
51-
return 'claude mcp add -s local -t stdio {key} "{command}" {args} {env}';
51+
return 'claude mcp add -s project -t stdio {key} "{command}" {args} {env}';
5252
}
5353

5454
public function guidelinesPath(): string

0 commit comments

Comments
 (0)