File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Install/CodeEnvironment Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
use Laravel \Boost \Install \Enums \McpInstallationStrategy ;
10
10
use Laravel \Boost \Install \Enums \Platform ;
11
11
12
- class ClaudeCode extends CodeEnvironment implements McpClient, Agent
12
+ class ClaudeCode extends CodeEnvironment implements Agent, McpClient
13
13
{
14
14
public function name (): string
15
15
{
@@ -43,12 +43,12 @@ public function projectDetectionConfig(): array
43
43
44
44
public function mcpInstallationStrategy (): McpInstallationStrategy
45
45
{
46
- return McpInstallationStrategy::SHELL ;
46
+ return McpInstallationStrategy::FILE ;
47
47
}
48
48
49
- public function shellMcpCommand (): string
49
+ public function mcpConfigPath (): string
50
50
{
51
- return 'claude mcp add -s project -t stdio {key} "{command}" {args} {env} ' ;
51
+ return '. mcp.json ' ;
52
52
}
53
53
54
54
public function guidelinesPath (): string
You can’t perform that action at this time.
0 commit comments