mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 21:01:22 +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": [
|
||||
"cursor",
|
||||
"phpstorm-copilot"
|
||||
],
|
||||
"cloud": false,
|
||||
"editors": [
|
||||
"cursor",
|
||||
"phpstorm-copilot"
|
||||
],
|
||||
"guidelines": true
|
||||
"guidelines": true,
|
||||
"mcp": true,
|
||||
"sail": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user