Leo Miranda lmiranda
  • Toronto, ON - Canada
  • Joined on 2025-07-31
lmiranda pushed to development at personal-projects/gitea-mcp-remote 2026-02-04 03:07:24 +00:00
16ca5cd644 chore: release version 2.0.0
lmiranda pushed tag v2.0.0 to personal-projects/gitea-mcp-remote 2026-02-04 03:07:24 +00:00
lmiranda pushed to main at personal-projects/gitea-mcp-remote 2026-02-04 03:07:24 +00:00
30e28dd09e Merge Sprint 01: Core Architecture Correction (v2.0.0)
16ca5cd644 chore: release version 2.0.0
2dbb66deae docs: Create CLAUDE.md and update deployment documentation (#27)
88c16c840b feat: Add Docker infrastructure with Caddy and startup scripts (#25, #26)
9fea0683f7 Merge feat/24: Implement MCP Streamable HTTP protocol endpoints
Compare 34 commits »
lmiranda pushed to development at personal-projects/gitea-mcp-remote 2026-02-04 02:54:48 +00:00
2dbb66deae docs: Create CLAUDE.md and update deployment documentation (#27)
88c16c840b feat: Add Docker infrastructure with Caddy and startup scripts (#25, #26)
9fea0683f7 Merge feat/24: Implement MCP Streamable HTTP protocol endpoints
a5390a3086 feat: implement MCP Streamable HTTP protocol endpoints
c3caf4e169 Merge feat/21-move-tests: Move tests to repository root
Compare 9 commits »
lmiranda pushed to main at personal-projects/leo-claude-mktplace 2026-02-04 02:53:13 +00:00
ab3847c656 Merge pull request 'development' (#424) from development into main
76105e98e0 Merge pull request 'refactor!: Command namespace rename (v7.0.0 breaking change)' (#423) from refactor/command-namespace-rename into development
da628a3774 docs: fix remaining stale command references in UPDATING.md and CONFIGURATION.md
2d6fce9285 chore: bump version to 7.0.0, add CHANGELOG entry
a04a3c7a60 docs: update all cross-cutting documentation for v7.0.0 namespace rename
Compare 7 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#424 2026-02-04 02:53:12 +00:00
development
lmiranda created pull request personal-projects/leo-claude-mktplace#424 2026-02-04 02:53:08 +00:00
development
lmiranda deleted branch refactor/command-namespace-rename from personal-projects/leo-claude-mktplace 2026-02-04 02:52:56 +00:00
lmiranda pushed to development at personal-projects/leo-claude-mktplace 2026-02-04 02:52:56 +00:00
76105e98e0 Merge pull request 'refactor!: Command namespace rename (v7.0.0 breaking change)' (#423) from refactor/command-namespace-rename into development
da628a3774 docs: fix remaining stale command references in UPDATING.md and CONFIGURATION.md
2d6fce9285 chore: bump version to 7.0.0, add CHANGELOG entry
a04a3c7a60 docs: update all cross-cutting documentation for v7.0.0 namespace rename
4ba38eb620 refactor: update internal command references in all plugin files
Compare 6 commits »
lmiranda merged pull request personal-projects/leo-claude-mktplace#423 2026-02-04 02:52:54 +00:00
refactor!: Command namespace rename (v7.0.0 breaking change)
lmiranda created pull request personal-projects/leo-claude-mktplace#423 2026-02-04 02:52:08 +00:00
refactor!: Command namespace rename (v7.0.0 breaking change)
da628a3774 docs: fix remaining stale command references in UPDATING.md and CONFIGURATION.md
2d6fce9285 chore: bump version to 7.0.0, add CHANGELOG entry
a04a3c7a60 docs: update all cross-cutting documentation for v7.0.0 namespace rename
4ba38eb620 refactor: update internal command references in all plugin files
71f1f3239a refactor: rename command files for namespace consistency
Compare 5 commits »
lmiranda closed issue personal-projects/gitea-mcp-remote#26 2026-02-04 02:29:17 +00:00
[Sprint 01] test: Create startup scripts and MCP server tests
lmiranda commented on issue personal-projects/gitea-mcp-remote#26 2026-02-04 02:17:26 +00:00
[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.

lmiranda closed issue personal-projects/gitea-mcp-remote#25 2026-02-04 02:16:12 +00:00
[Sprint 01] build: Create Docker multi-service infrastructure with Caddy
lmiranda commented on issue personal-projects/gitea-mcp-remote#25 2026-02-04 02:16:07 +00:00
[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.

lmiranda commented on issue personal-projects/gitea-mcp-remote#24 2026-02-04 02:05:18 +00:00
[Sprint 01] feat: Implement MCP Streamable HTTP protocol endpoints

Completed and merged in commit 9fea068 (Merge feat/24: Implement MCP Streamable HTTP protocol endpoints)

lmiranda closed issue personal-projects/gitea-mcp-remote#24 2026-02-04 02:05:17 +00:00
[Sprint 01] feat: Implement MCP Streamable HTTP protocol endpoints
lmiranda commented on issue personal-projects/gitea-mcp-remote#23 2026-02-04 02:05:16 +00:00
[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)