I saw how, when using Laravel Boost, Copilot can now connect to the DB, run queries, use Tinker to generate code that instantiates models, and see the actual data from the DB. Without Laravel Boost (MCP), copilot had to "guess" the data that may (or may not) be in the DB.
Laravel Boost is the layer that helps me connect Copilot with the real data, to really run my code.
I was thinking if there may be a way to tell Copilot to somehow use xdebug to better debug the code, not just guess, but to actually run a step debugging session, and debug step by step, with the data that comes from the browser.
I haven't found how to tell copilot to do that, and I thought maybe it's missing an MCP to learn how to use xdebug, or how to use the debugging module of vscode.