From 8be78438d01871cfbb3c90b56b61ffc45b00face Mon Sep 17 00:00:00 2001 From: fatihalp Date: Wed, 4 Mar 2026 23:27:19 +0300 Subject: [PATCH] Refactor ListingResource --- .ai/mcp/mcp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .ai/mcp/mcp.json diff --git a/.ai/mcp/mcp.json b/.ai/mcp/mcp.json new file mode 100644 index 000000000..25352be80 --- /dev/null +++ b/.ai/mcp/mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "laravel-boost": { + "command": "php", + "args": [ + "artisan", + "boost:mcp" + ] + } + } +} \ No newline at end of file