MCP
You can use MCP servers by setting them inSessionConfig.mcpServers.
If you use Laravel Boost with Copilot CLI, also use laravel-boost-copilot-cli.
It is known that 'type' => 'stdio' (or 'local') and 'tools' => ['*'] are required.
Without these values, the server is not recognized as an MCP server.
MCP server status
MCP server status in a session can be one of the following:| Status | Description |
|---|---|
connected | Connected |
failed | Connection failed |
needs-auth | Authentication required |
pending | Waiting for connection |
disabled | Disabled |
not_configured | Not configured |
Manage MCP server settings (Server RPC)
You can manage MCP server settings at server level, separately from sessions.For the latest updates, see the GitHub repository.