Commit graph

4 commits

Author SHA1 Message Date
thibaud-leclere
2fcb06a130 feat: add auto-update via forge.lclr.dev/AI/xdebug-mcp releases
All checks were successful
Release / release (push) Successful in 29s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 10:42:31 +02:00
thibaud-leclere
35487b996c chore: upgrade mcp-framework to v1.11.0, revert to bootstrap.Run
v1.11.0 auto-disables commands whose hooks are nil, so the custom
dispatcher is no longer needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 10:39:41 +02:00
thibaud-leclere
6246b88bd5 refactor: bypass bootstrap, expose only mcp and version commands
The framework's help listed setup/login/config/update commands that are
irrelevant for xdebug-mcp (no auth or config needed). Replace bootstrap.Run
with a minimal dispatcher that only exposes the commands that matter.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 10:18:35 +02:00
thibaud-leclere
c419d8ce1d feat: wire MCP server with bootstrap CLI
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 09:58:19 +02:00