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 99use Laravel \Boost \Install \Enums \McpInstallationStrategy ;
1010use Laravel \Boost \Install \Enums \Platform ;
1111
12- class ClaudeCode extends CodeEnvironment implements McpClient, Agent
12+ class ClaudeCode extends CodeEnvironment implements Agent, McpClient
1313{
1414 public function name (): string
1515 {
@@ -43,12 +43,12 @@ public function projectDetectionConfig(): array
4343
4444 public function mcpInstallationStrategy (): McpInstallationStrategy
4545 {
46- return McpInstallationStrategy::SHELL ;
46+ return McpInstallationStrategy::FILE ;
4747 }
4848
49- public function shellMcpCommand (): string
49+ public function mcpConfigPath (): string
5050 {
51- return 'claude mcp add -s project -t stdio {key} "{command}" {args} {env} ' ;
51+ return '. mcp.json ' ;
5252 }
5353
5454 public function guidelinesPath (): string
You can’t perform that action at this time.
0 commit comments