-
Notifications
You must be signed in to change notification settings - Fork 205
Open
Description
Laravel Package Version
1.8.3
Laravel Version
12.40.2
PHP Version
8.3
System Info
GitHub Copilot coding agent
Description
GitHub Copilot coding agent now supports custom MCP: https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp
Here's the configuration for Laravel Boost in my project (Settings -> Copilot -> Coding Agent)
and copy-paste friendly one:
{
"mcpServers": {
"laravel-boost": {
"type": "local",
"command": "php",
"args": ["./artisan", "boost:mcp"],
"tools": ["*"]
}
}
}This is what's happening in GitHub Copilot coding agent session:
MCP server failed to start: MCP error -32000: Connection closed - for the full output, see the verbose logs
Steps To Reproduce
- In any repo with Laravel Boost go to Settings -> Copilot -> Coding Agent and use this as a configuration for MCP servers:
{
"mcpServers": {
"laravel-boost": {
"type": "local",
"command": "php",
"args": ["./artisan", "boost:mcp"],
"tools": ["*"]
}
}
}- Run any task in GitHub Copilot coding agent
Metadata
Metadata
Assignees
Labels
No labels