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 a6268fd commit fff4b43Copy full SHA for fff4b43
genkit-tools/cli/src/mcp/util.ts
@@ -36,7 +36,7 @@ export class McpRuntimeManager {
36
37
async getManagerWithDevProcess(command: string, args: string[]) {
38
if (this.manager) {
39
- await this.manager.stop();
+ await this.manager.processManager?.kill();
40
}
41
const devManager = await startDevProcessManager(
42
this.projectRoot,
@@ -49,7 +49,7 @@ export class McpRuntimeManager {
49
50
async kill() {
51
52
53
54
55
0 commit comments