Commit graph

3 commits

Author SHA1 Message Date
Snider
98b938eb51 fix: correct McpApiKeyAuth namespace in API routes
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
Core\Mod\Mcp\Middleware → Core\Mcp\Middleware (matches actual class location)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-03 17:02:08 +00:00
Snider
9a0d795abb fix: remove routes for unimplemented controllers
Some checks failed
CI / PHP 8.3 (push) Failing after 2s
CI / PHP 8.4 (push) Failing after 2s
SeoReportController, UnifiedPixelController, and EntitlementApiController
don't exist yet — their route registrations caused ReflectionException
when the API routes were wired via the event system. Keep only the MCP
HTTP bridge routes which have their controller.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-03 16:53:35 +00:00
Snider
57fa0d6727 refactor(api): relocate API module to Core\Api namespace
Move API module from src/Mod/Api/ to src/Api/ and update namespace
from Core\Mod\Api\ to Core\Api\ as part of monorepo separation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 16:14:36 +00:00
Renamed from src/Mod/Api/Routes/api.php (Browse further)