-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Labels
Description
Laravel Package Version
1.0.17
Laravel Version
12.24.0
PHP Version
8.4.11
System Info
macOs 15.6 with Herd 1.22.0, Cursor 1.4.5
Description
I installed Boost with a vanilla Laravel install using the sqlite driver. I changed to the mysql driver but the MCP server in Cursor continued returning sqlite as the default database driver both when ran using the get-config tool and when running return config("database.default");
via Tinker.
The solution was to restart Cursor. Seems that either Boost or Cursor are caching the results from the MCP calls. I'm reporting it here in case this is a Boost configuration.
Steps To Reproduce
- Install a vanilla Laravel app
- Install Boost
- Change laravel to use a mysql connection
- Ask the Cursor Agent to find out which is the default database connection (or ask it to create a new table).
It will attempt to use the sqlite connection in its generated commands or will try to verify that it's work is complete by querying the wrong database driver.