Skip to content

Commit 40f7874

Browse files
committed
fix: wip
1 parent c3cf374 commit 40f7874

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs-v2/content/en/boost/boost.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ Configure your AI agent (Claude Desktop, Cursor, etc.) to use the MCP server:
3838
{
3939
"mcpServers": {
4040
"laravel-restify": {
41-
"command": "laravel-restify-boost",
42-
"args": []
41+
"command": "php",
42+
"args": [
43+
"artisan",
44+
"restify-boost:start"
45+
]
4346
}
4447
}
4548
}

0 commit comments

Comments
 (0)