feat(gitea): add gitea-branches skill (branches + commits)

Adds plugins/gitea/skills/gitea-branches/ per ADR 0011, covering
list_branches/create_branch/delete_branch (migrated from the flat
plugins/bin/skills/gitea/ dispatch) plus list_commits/get_commit (new
read-only commit-history domain). Call signatures were re-verified live
via ToolSearch against the deployed gitea-mcp server rather than copied
from api-reference.md, per issue #6 comment #849's root-cause fix.

Bumps the gitea plugin to 1.1.0 in both manifests for the new skill.
This commit is contained in:
2026-07-05 10:35:12 +00:00
parent 828e79535f
commit 5854961c1f
7 changed files with 276 additions and 4 deletions

View File

@@ -11,7 +11,8 @@
"issues",
"prs",
"milestones",
"releases"
"releases",
"branches"
],
"license": "MIT",
"mcpServers": ".mcp.json",
@@ -19,5 +20,5 @@
"skills": [
"skills/"
],
"version": "1.0.0"
"version": "1.1.0"
}