Model Context Protocol — Go MCP server + Laravel MCP package
Find a file
Snider ea81084058 docs(mcp): add SDK migration plan for AX conventions + notifications
5-phase plan covering:
- Options{} struct replacing functional options (breaking)
- SendNotificationToAllClients + claude/channel capability
- Usage-example comments on all public types
- Notifier interface for subsystem event broadcasting
- Consumer migration guide for agent/ide modules

Evaluated mark3labs/mcp-go vs official SDK; recommends staying on
official SDK with Server.Sessions() wrapper for notifications.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 12:34:14 +00:00
.core feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
cmd refactor: replace fmt.Errorf/os.* with go-io/go-log conventions 2026-03-16 21:57:12 +00:00
docs docs(mcp): add SDK migration plan for AX conventions + notifications 2026-03-21 12:34:14 +00:00
pkg/mcp refactor: migrate core import to dappco.re/go/core 2026-03-21 12:13:52 +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 refactor: migrate core import to dappco.re/go/core 2026-03-21 12:13:52 +00:00
go.sum refactor: migrate core import to dappco.re/go/core 2026-03-21 12:13:52 +00:00
README.md Initial commit 2026-03-09 18:30:06 +00:00

mcp

Model Context Protocol — Go MCP server + Laravel MCP package