Model Context Protocol — Go MCP server + Laravel MCP package
Find a file
Snider 6fa6c79b86 docs(mcp): add migration plan for official SDK to mcp-go
Maps all 27 source files and 55 tool registrations from
github.com/modelcontextprotocol/go-sdk to github.com/mark3labs/mcp-go.
Covers handler signature adapter, transport strategy, subsystem interface
changes, and consumer impact. Key motivation: unlock SendNotificationToClient
for claude/channel event push.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 11:59:04 +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 migration plan for official SDK to mcp-go 2026-03-21 11:59:04 +00:00
pkg/mcp feat: add Streamable HTTP transport with Bearer token auth 2026-03-17 04:25:28 +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 dependencies for v0.3.4 2026-03-17 17:53:10 +00:00
go.sum chore: sync dependencies for v0.3.4 2026-03-17 17:53:10 +00:00
README.md Initial commit 2026-03-09 18:30:06 +00:00

mcp

Model Context Protocol — Go MCP server + Laravel MCP package