
LatteandClaude Opus 4.8
7837ff43ad
feat: add PR/release/branch/milestone/comment write tools
Adds six opt-in write tools (write-mode + policy + per-user permission still
enforced; no destructive or admin actions):
- create_pull_request (POST /pulls)
- create_release / edit_release (POST/PATCH /releases)
- create_branch (POST /branches; create only, no deletion)
- create_milestone (POST /milestones)
- edit_issue_comment (PATCH /issues/comments/{id})
Each: arg schema (extra=forbid, GitRef on branch/ref-like fields), Gitea client
method with url-encoded path segments, handler that surfaces auth errors, MCP
registration (write_operation=True), server wiring, docs, and success tests.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 20:38:25 +02:00
..
2026-06-14 20:38:25 +02:00
2026-06-13 21:05:21 +02:00
2026-06-14 14:13:22 +02:00
2026-02-14 16:06:43 +01:00
2026-06-14 14:13:22 +02:00
2026-02-27 15:50:12 +01:00
2026-06-13 21:05:21 +02:00
2026-02-14 16:06:43 +01:00
2026-02-14 16:06:43 +01:00
2026-06-13 21:05:21 +02:00
2026-02-14 16:06:43 +01:00
2026-02-14 16:35:03 +01:00
2026-02-14 16:06:43 +01:00
2026-02-25 16:54:01 +01:00
2026-02-14 16:06:43 +01:00
2026-06-13 21:05:21 +02:00
2026-02-14 16:35:03 +01:00