agent/claude/code
Snider 3782514acf
feat(cli): integrate MCP server (#71)
Exposes core CLI commands as MCP tools for AI agents.

This change introduces a Go-based MCP server that wraps the
existing core CLI commands (`go test`, `dev health`, `dev commit`),
providing structured JSON responses.

This allows AI agents to interact with the core CLI in a structured,
type-safe manner.

The implementation includes:
- A new Go HTTP server in `google/mcp/`
- Handlers for each of the core CLI commands
- Unit tests for the handlers with a mock `core` executable
- Documentation for the new MCP tools
- Integration with the `code` plugin via `plugin.json`
2026-02-02 07:14:50 +00:00
..
.claude-plugin feat(cli): integrate MCP server (#71) 2026-02-02 07:14:50 +00:00
commands feat: Add /core:env for environment management (#70) 2026-02-02 07:14:37 +00:00
hooks refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
scripts feat: Add /core:env for environment management (#70) 2026-02-02 07:14:37 +00:00
skills feat: Add Laravel-specific skill for PHP modules (#64) 2026-02-02 07:12:40 +00:00
hooks.json feat(code): add secret detection hook (#67) 2026-02-02 07:13:28 +00:00