@@ -46,24 +46,24 @@ TODO: the command that allows that
4646
4747## Current MCP Tools
4848
49- | Name | Notes |
50- | -------------------------- | ------------------------------------------------------------ |
49+ | Name | Notes |
50+ | -------------------------- | ---------------------------------------------------------------------------------------------------------------- |
5151| Application Info | Shares PHP & Laravel versions, database engine, list of ecosystem packages with versions, and Eloquent models. |
52- | Browser Logs | Read logs & errors from the browser |
53- | Database Connections | List database connections, and the default |
54- | Database Query | |
55- | Database Schema | |
56- | Get Absolute Url | Converts relative path to absolute so AI doesn't give you invalid URLs |
57- | Get Config | Get specific value from config using dot notation |
58- | Last Error | From the log files |
59- | List Artisan Commands | |
60- | List Available Config Keys | |
61- | List Available Env Vars | Keys only |
62- | List Routes | Regular & folio routes are combined. Ability to filter routes too |
63- | Read Log Entries | Last X entries |
64- | Report Feedback | Share Boost & Laravel AI feedback with the team |
65- | Search Docs | Use hosted API service to retrieve docs based on installed packages |
66- | Tinker | Run arbitrary code within the context of the project |
52+ | Browser Logs | Read logs & errors from the browser |
53+ | Database Connections | List database connections, and the default |
54+ | Database Query | |
55+ | Database Schema | |
56+ | Get Absolute Url | Converts relative path to absolute so AI doesn't give you invalid URLs |
57+ | Get Config | Get specific value from config using dot notation |
58+ | Last Error | From the log files |
59+ | List Artisan Commands | |
60+ | List Available Config Keys | |
61+ | List Available Env Vars | Keys only |
62+ | List Routes | Regular & folio routes are combined. Ability to filter routes too |
63+ | Read Log Entries | Last X entries |
64+ | Report Feedback | Share Boost & Laravel AI feedback with the team, just say "give Boost feedback: x, y, and z" |
65+ | Search Docs | Use hosted API service to retrieve docs based on installed packages |
66+ | Tinker | Run arbitrary code within the context of the project |
6767
6868
6969## Adding your own AI guidelines
0 commit comments