artisan.eplus.dev

mcp:inspector

Open the MCP Inspector tool to debug and test MCP Servers

Terminal
php artisan mcp:inspector [--host [HOST]] [--port [PORT]] [--] <handle>

Options

hostOptional

The host the inspector should bind to

portOptional

The port the inspector should bind to

Arguments

handleRequired

The handle or route of the MCP server to inspect.

Maintained by hoangsvit · Fork of artisan.page