Block a user
feat: brain tunnels — cross-wing concept links and embedding-based retrieval
feat: structured brain — Hall taxonomy, Obsidian-compatible layout, and filtered query
fix: add OAuth discovery endpoints so claude.ai connector can complete handshake
fix(file_write_branch): support file creation by routing POST/PUT on sha
Addressed in d35ff97 — TestFileWriteBranchUsesPutWhenShaProvided now parses out into a map and asserts branch == "feat/existing" and commit_sha == "cmt1", matching the create-test pattern.
gitea-mcp-bot
pushed to fix/file-write-branch-create at mathias/gitea-mcp
2026-05-06 14:35:22 +00:00
fix(file_write_branch): support file creation by routing POST/PUT on sha
Review
Verdict: ✅ Approve — one minor note
internal/gitea/files.go — solid
The UpsertFile routing logic is exactly right: POST when sha is empty (new file), PUT when…
fix(file_write_branch): support file creation by routing POST/PUT on sha
gitea-mcp-bot
pushed to fix/file-write-branch-create at mathias/gitea-mcp
2026-05-06 14:05:24 +00:00
gitea-mcp-bot
created branch fix/file-write-branch-create in mathias/gitea-mcp
2026-05-06 14:04:37 +00:00
gitea-mcp-bot
pushed to fix/file-write-branch-create at mathias/gitea-mcp
2026-05-06 14:04:37 +00:00
gitea-mcp-bot
pushed to fix/file-write-branch-create at mathias/gitea-mcp
2026-05-06 14:04:37 +00:00
feat: add /version endpoint with build-time SHA and timestamp