Model Context Protocol — Go MCP server + Laravel MCP package
Find a file
Snider 403a15f391 feat: migrate registry.go + notify.go to Core primitives
- registry.go: encoding/json → core.JSONUnmarshal, strings → core.Split
- notify.go: encoding/json → core.JSONMarshalString
- Both files now import dappco.re/go/core instead of stdlib

Remaining: mcp.go has os/strings/filepath (transport boundary),
tests need forge.lthn.ai → dappco.re module path migration.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 12:22:27 +00:00
.core feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
.github/workflows docs: update CLAUDE.md for Options{} API + add CI workflow 2026-03-21 13:53:49 +00:00
cmd Merge pull request 'feat: mcp.Register + module path dappco.re/go/mcp' (#15) from feat/core-service-pattern into dev 2026-03-24 22:10:00 +00:00
docs docs(mcp): add SDK migration plan for AX conventions + notifications 2026-03-21 12:34:14 +00:00
pkg/mcp feat: migrate registry.go + notify.go to Core primitives 2026-03-26 12:22:27 +00:00
src/php fix(mcp): resolve 17 code review findings + php route('login') fix 2026-03-21 23:13:03 +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 docs: update CLAUDE.md for Options{} API + add CI workflow 2026-03-21 13:53:49 +00:00
composer.json feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
EXCEPTIONS.md fix(mcp): resolve codex review findings — spelling, imports, tests, assertions 2026-03-22 02:14:33 +00:00
go.mod feat: migrate module path forge.lthn.ai/core/mcp → dappco.re/go/mcp 2026-03-24 21:39:52 +00:00
go.sum fix(mcp): harden transport auth and workspace prep path validation 2026-03-23 14:33:35 +00:00
README.md Initial commit 2026-03-09 18:30:06 +00:00

mcp

Model Context Protocol — Go MCP server + Laravel MCP package