Model Context Protocol — Go MCP server + Laravel MCP package
Find a file
Snider 3d482d0744 feat(agentic): add plan CRUD MCP tools
Five new tools for managing implementation plans:
- agentic_plan_create: create plans with phases and acceptance criteria
- agentic_plan_read: get plan by ID
- agentic_plan_update: partial updates to status, phases, notes
- agentic_plan_delete: remove plan by ID
- agentic_plan_list: list/filter plans by status and repo

Plans follow the task protocol lifecycle (draft → ready → in_progress
→ needs_verification → verified → approved) and are stored as JSON
in ~/.core/plans/.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 14:12:56 +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 human-friendly documentation 2026-03-11 13:02:40 +00:00
pkg/mcp feat(agentic): add plan CRUD MCP tools 2026-03-15 14:12:56 +00:00
src/php feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
.gitattributes feat: initial core/mcp — Go MCP server + PHP Laravel MCP package 2026-03-09 18:34:17 +00:00
.gitignore chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:50 +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 fix: align dependency versions for forge resolution 2026-03-14 14:47:35 +00:00
go.sum fix: align dependency versions for forge resolution 2026-03-14 14:47: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