This repository has been archived on 2026-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
php-mcp/src/Website/Mcp/View/Modal
Snider 92e2097022
Some checks failed
CI / PHP 8.3 (push) Failing after 4s
CI / PHP 8.4 (push) Failing after 3s
fix: register MCP layout in layouts:: namespace
- Change <x-layouts.mcp> to <x-layouts::mcp> in all blade views
- Change Livewire #[Layout('components.layouts.mcp')] to layouts::mcp
- Register layouts path via Blade::anonymousComponentPath in Boot
- Layout file already exists at src/Front/View/Blade/layouts/mcp.blade.php

The dot notation couldn't resolve because mcp.blade.php lives in the
package, not the app's components directory. The layouts:: namespace
is the correct pattern matching core-php's component registration.

Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 15:38:27 +00:00
..
ApiExplorer.php feat: MCP domain as native endpoint with OpenBrain support 2026-03-03 21:39:36 +00:00
ApiKeyManager.php monorepo sepration 2026-01-26 20:57:41 +00:00
Dashboard.php monorepo sepration 2026-01-26 20:57:41 +00:00
McpMetrics.php fix: register MCP layout in layouts:: namespace 2026-03-05 15:38:27 +00:00
McpPlayground.php fix: register MCP layout in layouts:: namespace 2026-03-05 15:38:27 +00:00
Playground.php fix: register MCP layout in layouts:: namespace 2026-03-05 15:38:27 +00:00
RequestLog.php fix: register MCP layout in layouts:: namespace 2026-03-05 15:38:27 +00:00
UnifiedSearch.php fix: register MCP layout in layouts:: namespace 2026-03-05 15:38:27 +00:00