mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 22:01:33 +00:00
Update boost support
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"laravel-boost": {
|
||||||
|
"command": "./vendor/bin/sail",
|
||||||
|
"args": [
|
||||||
|
"artisan",
|
||||||
|
"boost:mcp"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
+5
-1
@@ -1,10 +1,14 @@
|
|||||||
{
|
{
|
||||||
"agents": [
|
"agents": [
|
||||||
|
"cursor",
|
||||||
"phpstorm-copilot"
|
"phpstorm-copilot"
|
||||||
],
|
],
|
||||||
"cloud": false,
|
"cloud": false,
|
||||||
"editors": [
|
"editors": [
|
||||||
|
"cursor",
|
||||||
"phpstorm-copilot"
|
"phpstorm-copilot"
|
||||||
],
|
],
|
||||||
"guidelines": true
|
"guidelines": true,
|
||||||
|
"mcp": true,
|
||||||
|
"sail": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user