Covers list_pull_requests, pull_request_read, pull_request_write, and pull_request_review_write, split out of the flat plugins/bin/skills/gitea PR-dispatch logic per ADR 0011. Composes gitea-labels-milestones for label/milestone ID resolution instead of duplicating that lookup. Tool signatures were cross-checked live via ToolSearch against the deployed gitea-mcp server rather than copied from api-reference.md, per the ADR's schema-drift mitigation process.
2.1 KiB
2.1 KiB
Sources
gitea-mcp-repo
- URL: https://gitea.com/gitea/gitea-mcp
- Description: Official gitea-mcp repository (v1.3.0) —
operation/*.gosource files documenting all 55 MCP tools, their parameters, and CLI flags. Live tool schemas (list_pull_requests,pull_request_read,pull_request_write,pull_request_review_write) were verified directly against the deployed MCP server viaToolSearchat authoring time, per this repo's process for resolving schema-vs-docs drift, rather than copied from the derived research doc. - Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
- Contributing files: SKILL.md, references/pull-requests.md, references/reviews.md, references/merging.md
- Status:
extracted
gitea-mcp-slim-go
- URL: https://gitea.com/gitea/gitea-mcp/raw/branch/main/operation/pull/slim.go
- Description: Slim response shape structs from gitea-mcp source — defines exactly which fields the MCP server returns for PRs and reviews, including the
review_scommentstypo and the PR-response milestone-as-title-string quirk. - Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
- Contributing files: SKILL.md, references/pull-requests.md, references/reviews.md
- Status:
extracted
context7-websites-gitea
- URL: context7:/websites/gitea
- Description: Official Gitea docs mirror on Context7 — branch protection rules, PR review/merge gating behavior, and automatic issue/PR cross-reference linking. Backfills the external/best-practice gap left by the original docs.gitea.com fetch timeout.
- Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
- Contributing files: SKILL.md, references/merging.md
- Status:
extracted
context7-gitea-tea-cli
- URL: context7:/git_gitea_com/gitea_tea
- Description: Official
teaCLI (reference Gitea client) docs on Context7 — practitioner command patterns for PR review workflows. - Research doc: plugins/gitea/docs/research/docs/gitea/sources.md
- Contributing files: references/merging.md
- Status:
extracted