Files
Gitea-Tools/docs/wiki/MCP-Tools.md
sysadminandClaude Opus 4.8 f58317d079 Add docs/wiki source tree and Gitea Wiki sync helper (#224)
Bootstrap repo-tracked wiki pages (10 required pages), the operator-
confirmed sync script, PR template publication gate, and safety tests so
Gitea-Tools can publish to the live Gitea Wiki per issue #224.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
2026-07-06 01:36:10 -04:00

1.5 KiB

MCP Tools Reference

Navigation

Identity and capability

  • gitea_whoami — authenticated user and active profile metadata.
  • gitea_get_profile / gitea_get_runtime_context — allowed and forbidden operations.
  • gitea_resolve_task_capability — required pre-flight for gated mutations.
  • gitea_route_task_session — role/session router before task execution.

Author tools

  • gitea_create_issue, gitea_create_issue_comment, gitea_close_issue
  • gitea_mark_issue, gitea_set_issue_labels, gitea_lock_issue
  • gitea_create_pr, gitea_edit_pr, gitea_commit_files
  • gitea_delete_branch

Reviewer tools

  • gitea_check_pr_eligibility — read-only eligibility check.
  • gitea_dry_run_pr_review — validation-phase review mechanics.
  • gitea_mark_final_review_decision — mark validation complete.
  • gitea_submit_pr_review / gitea_review_pr — gated live review.
  • gitea_merge_pr — gated merge (only merge path).

Read tools

  • gitea_list_prs, gitea_view_pr, gitea_list_issues, gitea_view_issue
  • gitea_get_file, gitea_list_labels, gitea_mirror_refs

See the repository README.md for the full tool table and client setup.