• Joined on 2026-03-27
mathias pushed tag v0.9.2 to mathias/gitea-mcp 2026-07-04 12:09:58 +00:00
mathias pushed to main at mathias/gitea-mcp 2026-07-04 12:09:58 +00:00
51b823ae79 fix(create_project): idempotent rename write completes a stray write+delete split (#53)
mathias pushed to main at mathias/hyperguild 2026-07-04 12:09:23 +00:00
ee1204d76b fix(api): default hall=facts source_type to internal (brain-gardener#7)
mathias closed issue mathias/gitea-mcp#51 2026-07-04 11:58:19 +00:00
dispatch_allow silently fails under infra#179 — make dispatch-eligibility verified, not best-effort
mathias closed issue mathias/gitea-mcp#50 2026-07-04 11:58:18 +00:00
create_project_from_template: substitution not durable against infra#179 (silent 0-file partial_failure)
mathias opened issue mathias/gitea-mcp#53 2026-07-04 11:58:12 +00:00
create_project resume: rename path can get stuck if a prior write+delete partially completed
mathias commented on issue mathias/gitea-mcp#52 2026-07-04 11:57:55 +00:00
feat: label tools (label_list + issue_label by name) — unblock applying status:dispatch from the MCP

Shipped in v0.8.0 (82823aa), plus a follow-up fix in v0.9.1 (ac33795) from independent review.

label_list (owner, repo → id/name/color for every label) and issue_label (owner,…

mathias commented on issue mathias/gitea-mcp#51 2026-07-04 11:57:50 +00:00
dispatch_allow silently fails under infra#179 — make dispatch-eligibility verified, not best-effort

Fixed in v0.9.0 (b288462), bundled with #50 since it's the same file and root cause.

Two changes:

  1. dispatch_allow_failure — a distinct result field. Dispatch injection failures no…
mathias commented on issue mathias/gitea-mcp#50 2026-07-04 11:57:45 +00:00
create_project_from_template: substitution not durable against infra#179 (silent 0-file partial_failure)

Fixed in v0.9.0 (b288462).

Added resume: bool. When true, skips template lookup and repo generation entirely (the destination must already exist) and jumps straight to the tree-walk…

mathias pushed tag v0.9.1 to mathias/gitea-mcp 2026-07-04 11:57:06 +00:00
mathias pushed to main at mathias/gitea-mcp 2026-07-04 11:57:06 +00:00
ac337955e7 fix(issue_label): schema wrongly required labels, blocking label_ids-only callers (#52 review finding)
mathias pushed to main at mathias/hyperguild 2026-07-04 11:53:16 +00:00
6d58336ce2 fix(claudewatcher): tag session-dump notes source_type: internal
mathias pushed tag v0.9.0 to mathias/gitea-mcp 2026-07-04 11:49:59 +00:00
mathias pushed to main at mathias/gitea-mcp 2026-07-04 11:49:59 +00:00
b288462a1c feat(create_project): resume=true makes substitution durable against infra#179 (#50, #51)
mathias pushed tag v0.8.0 to mathias/gitea-mcp 2026-07-04 11:44:37 +00:00
mathias pushed to main at mathias/gitea-mcp 2026-07-04 11:44:37 +00:00
82823aad1e feat(labels): add label_list + issue_label tools (#52)
mathias closed issue mathias/gitea-mcp#52 2026-07-04 11:44:37 +00:00
feat: label tools (label_list + issue_label by name) — unblock applying status:dispatch from the MCP
mathias opened issue mathias/gitea-mcp#52 2026-07-04 11:00:09 +00:00
feat: label tools (label_list + issue_label by name) — unblock applying status:dispatch from the MCP
mathias opened issue mathias/gitea-mcp#51 2026-07-04 10:43:08 +00:00
dispatch_allow silently fails under infra#179 — make dispatch-eligibility verified, not best-effort
mathias opened issue mathias/gitea-mcp#50 2026-07-04 10:42:51 +00:00
create_project_from_template: substitution not durable against infra#179 (silent 0-file partial_failure)