Use to call the agent-mcp read-only tools from the shell with artisan, without registering an MCP server: run agent-mcp:tools to list tools, agent-mcp:schema <tool> to see its inputs, and agent-mcp:call <tool> '<json>' to invoke one, locally or against a remote app via AGENT_MCP_URL. Use for one-off calls, scripts, CI, when the agent-mcp MCP server is not registered in the client, or when deciding between a one-off CLI call and registering the server. Covers local vs remote mode, JSON input, stdout and stderr, exit codes, and --allow-tty for sensitive tools. Do NOT use for write operations; these tools are read-only. When the MCP server is registered in the client, follow the agent-mcp-investigation workflow instead.
$npx -y skills add anilcancakir/laravel-agent-mcp --skill agent-mcp-cliInstalls into the current project.
Run `npx skills use "https://github.com/anilcancakir/laravel-agent-mcp" --skill "anilcancakir/laravel-agent-mcp/agent-mcp-cli"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/anilcancakir/laravel-agent-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/anilcancakir/laravel-agent-mcp"` and select the relevant skills, then follow their instructions.