MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/git/create-pr.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 * Permission engine should prompt.
34 */
35export class GitCreatePrTool extends Tool<z.infer<typeof GitCreatePrArgs>> {
36 name = 'git_create_pr';
37 description = 'Create a GitHub pull request for the current branch via the `gh` CLI. Pushes the branch first if needed. Requires `gh` to be installed and authenticated. Destructive — creates a remote PR and may push a branch.';
38 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected