gitea-mcp bot gitea-mcp-bot
  • Joined on 2026-05-04
gitea-mcp-bot opened issue mathias/hyperguild#2 2026-05-07 15:44:54 +00:00
feat: brain tunnels — cross-wing concept links and embedding-based retrieval
gitea-mcp-bot opened issue mathias/hyperguild#1 2026-05-07 15:02:19 +00:00
feat: structured brain — Hall taxonomy, Obsidian-compatible layout, and filtered query
gitea-mcp-bot opened issue mathias/gitea-mcp#2 2026-05-06 15:14:00 +00:00
fix: add OAuth discovery endpoints so claude.ai connector can complete handshake
gitea-mcp-bot commented on pull request mathias/gitea-mcp#1 2026-05-06 14:38:31 +00:00
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
d35ff9781c test(file_write_branch): assert branch and commit_sha on PUT path for parity
gitea-mcp-bot commented on pull request mathias/gitea-mcp#1 2026-05-06 14:11:23 +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…

gitea-mcp-bot created pull request mathias/gitea-mcp#1 2026-05-06 14:05:49 +00:00
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
052827320a test(file_write_branch): cover POST-on-create and PUT-on-update routing
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
c85197ea5e fix(files): route UpsertFile to POST when sha is empty so new files can be created
gitea-mcp-bot created branch feat/issue-get-tool in mathias/gitea-mcp 2026-05-06 13:57:22 +00:00
gitea-mcp-bot pushed to feat/issue-get-tool at mathias/gitea-mcp 2026-05-06 13:57:22 +00:00
gitea-mcp-bot created branch feat/issue-get in mathias/gitea-mcp 2026-05-06 13:56:58 +00:00
gitea-mcp-bot pushed to feat/issue-get at mathias/gitea-mcp 2026-05-06 13:56:58 +00:00
gitea-mcp-bot opened issue mathias/template-go-web#1 2026-05-06 13:38:18 +00:00
feat: add /version endpoint with build-time SHA and timestamp