Files
brain/scripts/fixtures/sample-mcp.json
T

10 lines
217 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/anthropics/claude-code/main/schemas/mcp.json",
"mcpServers": {
"laravel-boost": {
"command": "php",
"args": ["app/artisan", "boost:mcp"]
}
}
}