Skip to content

Commit d02e5eb

Browse files
♻️ Refactor mcp.json to use relative paths for PHP command and artisan script
1 parent 125b1ad commit d02e5eb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.junie/mcp/mcp.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"mcpServers": {
33
"laravel-boost": {
4-
"command": "/usr/bin/php8.4",
5-
"args": [
6-
"/home/hassan/code/nativephp.com/artisan",
7-
"boost:mcp"
8-
]
4+
"command": "php",
5+
"args": ["./artisan", "boost:mcp"]
96
}
107
}
11-
}
8+
}

0 commit comments

Comments
 (0)