- Not in America
- https://hiddenden.cafe
-
☕ Latte
Turning ideas into something quietly alive.Python-first. Privacy-minded.
Owner of hiddenden.cafe. - Joined on
2025-05-24
Block a user
Issue-specific tools fail with
-32603 Internal server error while repo-level tools work
Add support for linking issues to Projects and Milestones
Add support for linking issues to Projects and Milestones
PR #25 merged (commit 026f3a6, 2026-06-22). Milestone assignment now ships on create_issue/update_issue (id or title; 0 clears). The Gitea Projects API is unavailable on 1.26.2 and is…
Latte
deleted branch feat/issue-milestone-assignment from Hiddenden/AegisGitea-MCP
2026-06-22 16:00:32 +00:00
feat: assign issues to milestones on create/update (#22)
Add support for linking issues to Projects and Milestones
Update — milestone assignment implemented; Projects investigated
Milestone assignment (done): create_issue and update_issue now take a milestone argument (numeric id or title,…
feat: assign issues to milestones on create/update (#22)
Latte
pushed to feat/issue-milestone-assignment at Hiddenden/AegisGitea-MCP
2026-06-22 15:37:43 +00:00
Latte
created branch feat/issue-milestone-assignment in Hiddenden/AegisGitea-MCP
2026-06-22 15:37:43 +00:00
Add full read/write mode: give the AI complete access to the Gitea environment
Verified done — closing
Checked the current main against all four acceptance criteria. All met:
- Write tools behind explicit opt-in mode — 16 write handlers in `tools/write_tools.…
Add full read/write mode: give the AI complete access to the Gitea environment
Latte
deleted branch feat/get-issue-debug-logging from Hiddenden/AegisGitea-MCP
2026-06-22 15:09:59 +00:00
Enhancement: Add debug logging around get_issue response parsing
feat: structured logging helpers + get_issue instrumentation (#14)