Model Context Protocol — Go MCP server + Laravel MCP package
Find a file
Snider 5191bd0cda fix(mcp): use AgentApiKey for auth, graceful fallback when ApiKey model missing
The old Core\Mod\Api\Models\ApiKey was removed when core/php-api was renamed.
Now tries AgentApiKeyService first, falls back to workspace apiKeys,
catches Throwable if either model is unavailable.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 10:00:29 +00:00
.core feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
cmd feat(agentic): add workspace prep MCP tool 2026-03-15 08:04:59 +00:00
docs docs: add implementation plans for plan CRUD and issue dispatch 2026-03-15 15:10:52 +00:00
pkg/mcp feat(agentic): add local agent type via Ollama 2026-03-16 07:35:33 +00:00
src/php fix(mcp): use AgentApiKey for auth, graceful fallback when ApiKey model missing 2026-03-16 10:00:29 +00:00
.gitattributes feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
.gitignore docs: add implementation plans for plan CRUD and issue dispatch 2026-03-15 15:10:52 +00:00
CLAUDE.md refactor(api): update import path from go-api to core/api 2026-03-14 10:10:28 +00:00
composer.json feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
go.mod chore: sync workspace dependencies 2026-03-15 15:45:04 +00:00
go.sum chore: sync workspace dependencies 2026-03-15 15:45:04 +00:00
README.md Initial commit 2026-03-09 18:30:06 +00:00

mcp

Model Context Protocol — Go MCP server + Laravel MCP package