We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e174d8d commit a3fb9c8Copy full SHA for a3fb9c8
index.js
@@ -14,6 +14,7 @@ import { normalizeRequestArgs, shellEscape } from "./utils.js";
14
import {
15
getCurrentBranch,
16
getLastCommitMessage,
17
+ getPrimaryBranch,
18
getStagedChanges,
19
hasStagedChanges,
20
hasTestChanges,
@@ -72,6 +73,7 @@ server.setRequestHandler(CallToolRequestSchema, async (request) => {
72
73
74
75
76
77
78
workingTreeSummary,
79
},
@@ -246,6 +248,7 @@ async function cliMain(argv) {
246
248
247
249
250
251
252
253
254
0 commit comments