gitea-releases was the weakest skill in the plugin: no allowed-tools, no owner/repo resolution, and a checkbox list where a dispatch table belongs, so an agent reaching it had to guess both its permissions and its inputs. The id-vs-tag_name trap — deleting by tag name where the API wants the numeric id — is restored as an explicit Gotcha because it destroys the wrong release silently. Elsewhere the `exclusive` flag was documented on the wrong side of the read/write split, and label data from one instance was presented as though it were universal, which invites an agent to assume a taxonomy that does not exist on the target repo. rename_branch was missing from the branch surface. Reference prose and fences are cleaned up in passing.
2.2 KiB
2.2 KiB
Sources
gitea-mcp-repo
- URL: https://gitea.com/gitea/gitea-mcp
- Description: Official gitea-mcp repository; operation/*.go source files documenting the MCP tools, their parameters, and CLI flags. Originally extracted at v1.3.0; the input parameter schemas in
references/call-signatures.mdwere re-verified live viaToolSearchagainst the deployed server, last verified at v1.7.0 as reported byget_gitea_mcp_server_version. - Research doc: plugins/gitea/docs/research/docs/gitea/api-reference.md (Releases and Tags section); plugins/gitea/docs/research/docs/gitea/troubleshooting.md (
delete_releasenumeric-id gotcha,per_pagedefaults)
Contributing files:
- SKILL.md (Dispatch table, Gotchas)
- references/call-signatures.md
Status: extracted
gitea-mcp-slim-go
- URL: https://gitea.com/gitea/gitea-mcp/raw/branch/main/operation/repo/slim.go
- Description: Slim response shape structs from gitea-mcp source; defines exactly which fields the MCP server returns for tags and releases.
- Research doc: plugins/gitea/docs/research/docs/gitea/api-reference.md (Releases and Tags response shapes)
Contributing files:
- references/call-signatures.md (release/tag object shapes)
Status: extracted
context7-websites-gitea
- URL: context7:/websites/gitea
- Description: Official Gitea docs mirror on Context7 (docs.gitea.com content) — release and tag semantics, draft/prerelease behavior.
- Research doc: plugins/gitea/docs/research/docs/gitea/workflow-conventions.md (Release and tag conventions section)
Contributing files:
- SKILL.md (Gotchas — draft/prerelease as explicit flags)
- references/conventions.md
Status: extracted
context7-gitea-tea-cli
- URL: context7:/git_gitea_com/gitea_tea
- Description: Official
teaCLI (reference Gitea client) docs on Context7 — practitioner release/tag command patterns, semver tag conventions, draft/prerelease flags, release-notes-from-file conventions. - Research doc: plugins/gitea/docs/research/docs/gitea/workflow-conventions.md (Release and tag conventions section)
Contributing files:
- references/conventions.md (semver tag naming, release-notes sourcing)
Status: extracted