Model Context Protocol — Go MCP server + Laravel MCP package
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> |
||
|---|---|---|
| .core | ||
| cmd | ||
| docs | ||
| pkg/mcp | ||
| src/php | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| composer.json | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
mcp
Model Context Protocol — Go MCP server + Laravel MCP package