You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Description("Updates the status of an existing pull request comment thread. Supports statuses/aliases such as active/open/reopen, fixed/resolve/resolved, closed/close, wontFix/wont-fix, byDesign/by-design, and pending.")]
"active" or "open" or "reopen" or "reopened"=>"Active",
322
+
"fixed" or "fix" or "resolve" or "resolved"=>"Fixed",
323
+
"wontfix" or "wont"=>"WontFix",
324
+
"closed" or "close"=>"Closed",
325
+
"bydesign"=>"ByDesign",
326
+
"pending"=>"Pending",
327
+
_ =>null
328
+
};
329
+
}
330
+
268
331
[McpServerTool(Name="create_pull_request")]
269
332
[Description("Creates a new pull request in a Git repository. Supports setting title, description, source/target branches, draft status, reviewers, and linked work items.")]
0 commit comments