Block a user
development
development
lmiranda
deleted branch refactor/command-namespace-rename from personal-projects/leo-claude-mktplace
2026-02-04 02:52:56 +00:00
refactor!: Command namespace rename (v7.0.0 breaking change)
refactor!: Command namespace rename (v7.0.0 breaking change)
lmiranda
pushed to refactor/command-namespace-rename at personal-projects/leo-claude-mktplace
2026-02-04 02:51:41 +00:00
lmiranda
created branch refactor/command-namespace-rename in personal-projects/leo-claude-mktplace
2026-02-04 02:51:41 +00:00
[Sprint 01] test: Create startup scripts and MCP server tests
[Sprint 01] test: Create startup scripts and MCP server tests
Completed: Created scripts/start.sh and scripts/healthcheck.sh. Added health endpoint tests to test_mcp_endpoints.py. Fixed middleware order and test configuration.
[Sprint 01] build: Create Docker multi-service infrastructure with Caddy
[Sprint 01] build: Create Docker multi-service infrastructure with Caddy
Completed: Created docker/ directory with Dockerfile, docker-compose.yml, Caddyfile, and .env.example. Multi-service architecture with Python app + Caddy reverse proxy.
[Sprint 01] feat: Implement MCP Streamable HTTP protocol endpoints
Completed and merged in commit 9fea068 (Merge feat/24: Implement MCP Streamable HTTP protocol endpoints)
[Sprint 01] feat: Implement MCP Streamable HTTP protocol endpoints
[Sprint 01] feat: Remove old server and create MCP base server structure
Completed and merged in commit 53a0006 (Merge feat/23: Remove old server and create MCP base server structure)