feat: add more gitea mcp tools

This commit is contained in:
Mark Wylde
2025-05-31 12:47:44 +01:00
parent 46a306ccf2
commit 56b03c7993
2 changed files with 409 additions and 0 deletions

View File

@@ -36,6 +36,18 @@ const BASE_ALLOWED_TOOLS = [
"mcp__local_git_ops__checkout_branch",
"mcp__local_git_ops__create_branch",
"mcp__local_git_ops__git_status",
"mcp__gitea__create_pull_request",
"mcp__gitea__update_pull_request",
"mcp__gitea__merge_pull_request",
"mcp__gitea__update_pull_request_branch",
"mcp__gitea__check_pull_request_merged",
"mcp__gitea__set_issue_branch",
"mcp__gitea__list_issues",
"mcp__gitea__create_issue",
"mcp__gitea__update_issue",
"mcp__gitea__add_issue_comment",
"mcp__gitea__list_branches",
"mcp__gitea__get_branch",
];
const DISALLOWED_TOOLS = ["WebSearch", "WebFetch"];