# Sources ## gitea-mcp-repo - **URL:** https://gitea.com/gitea/gitea-mcp - **Description:** Official gitea-mcp repository (v1.3.0); operation/*.go source files documenting all 55 MCP tools, their parameters, and CLI flags. - **Research doc:** plugins/gitea/docs/research/docs/gitea/api-reference.md (Releases and Tags section); plugins/gitea/docs/research/docs/gitea/troubleshooting.md (`delete_release` numeric-id gotcha, `per_page` defaults) **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 `tea` CLI (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:** - SKILL.md (Gotchas — semver tag naming) - references/conventions.md **Status:** `extracted`