Commit 9591114
chore: add Laravel Boost dev dependency and MCP server
Installs laravel/boost (--dev) and runs boost:install to generate the MCP
server config (.mcp.json), AI guideline files (CLAUDE.md/AGENTS.md/.junie),
and skill files (.claude/skills, .agents/skills, .junie/skills) for
Claude Code, OpenCode, and Junie.
Boost's MCP server exposes app inspection tools (schema, DB queries, logs,
error tracking) and semantic Laravel documentation search directly to
coding agents. Per Laravel's own docs, the generated config/guideline/skill
files are meant to be regenerated per-developer via `artisan boost:install`/
`boost:update`, not committed — gitignored accordingly.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>1 parent 35f8ee4 commit 9591114
3 files changed
Lines changed: 291 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments