You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may not the bug of boost but how can I use it in this situation ?
When using Laravel Boost inside PhpStorm (with GitHub Copilot enabled), the plugin is using the global msp.json config from ~/config/github-copilot/intellij/mcp.json instead of the workspace config located in the project root. And there are no mcp.json inside .github directory
Because of this, the working directory is incorrect, and ./artisan cannot be found.
Steps To Reproduce
Create laravel project and install boost.
Open project from PhpStorm.
Try to add MCP server from Github Copilot.
It will open the mcp.json from ~/config/github-copilot/intellij/mcp.json and there is no mcp.json for .github