• Joined on 2026-03-27
mathias created pull request mathias/gitea-mcp#21 2026-05-15 08:21:09 +00:00
feat(tools): repo_create, repo_update, repo_mirror_push (#12, #13, #16)
mathias pushed to feat/repo-crud at mathias/gitea-mcp 2026-05-15 08:20:30 +00:00
e2da495581 feat(tools): add repo_create, repo_update, repo_mirror_push (#12, #13, #16)
7178ae32be chore: re-sync context adapters
Compare 2 commits »
mathias created branch feat/repo-crud in mathias/gitea-mcp 2026-05-15 08:20:30 +00:00
mathias opened issue mathias/gitea-mcp#20 2026-05-15 06:54:16 +00:00
feat: issue_get tool
mathias pushed to main at mathias/gitea-mcp 2026-05-14 21:27:31 +00:00
cb4f0caf0b docs: add current sprint context for gitea-mcp v0.2 tools (#11-#19)
mathias opened issue mathias/gitea-mcp#19 2026-05-14 14:40:26 +00:00
test: end-to-end mirror flow — repo_create + repo_mirror_push → GitHub
mathias commented on issue mathias/hyperguild#10 2026-05-14 14:39:58 +00:00
feat: project-webhook — HTTP endpoint to trigger new-project from claude.ai

Architecture update — 2026-05-14

Original issue assumed we needed a separate webhook endpoint + GitHub API access from claude.ai. That's not needed.

Revised approach: Gitea-first, GitHub…

mathias opened issue mathias/hyperguild#10 2026-05-14 13:56:23 +00:00
feat: project-webhook — HTTP endpoint to trigger new-project from claude.ai
mathias opened issue mathias/gitea-mcp#18 2026-05-14 08:52:42 +00:00
feat: repo_topics_update tool
mathias opened issue mathias/gitea-mcp#17 2026-05-14 08:52:33 +00:00
feat: release_create tool
mathias opened issue mathias/gitea-mcp#16 2026-05-14 08:52:22 +00:00
feat: repo_mirror_push tools (add/list/delete push mirrors)
mathias opened issue mathias/gitea-mcp#15 2026-05-14 08:52:08 +00:00
fix: file_read should handle directory paths gracefully
mathias opened issue mathias/gitea-mcp#14 2026-05-14 08:51:57 +00:00
feat: repo_tree tool (single-call directory tree)
mathias opened issue mathias/gitea-mcp#13 2026-05-14 08:51:46 +00:00
feat: repo_create tool
mathias opened issue mathias/gitea-mcp#12 2026-05-14 08:51:35 +00:00
feat: repo_update tool (archive, description, visibility, template flag)
mathias opened issue mathias/gitea-mcp#11 2026-05-14 08:51:25 +00:00
feat: repo_delete tool
mathias opened issue mathias/gitea-mcp#10 2026-05-14 08:44:21 +00:00
auth: CallerMiddleware header priority order is undocumented
mathias opened issue mathias/gitea-mcp#9 2026-05-14 08:44:17 +00:00
auth: no audit logging of authentication failures
mathias opened issue mathias/gitea-mcp#8 2026-05-14 08:44:14 +00:00
auth: JWKS cache refresh interval is hardcoded at 1 hour
mathias opened issue mathias/gitea-mcp#7 2026-05-14 08:44:12 +00:00
auth: no rate limiting on authentication failures