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.
2 parents e494987 + 8fbcc28 commit 33eb98dCopy full SHA for 33eb98d
1 file changed
src/tri-api/mcp_client.zig
@@ -57,6 +57,7 @@ pub const McpManager = struct {
57
58
child.spawn() catch |err| {
59
std.debug.print("[mcp] Failed to spawn {s}: {s}\n", .{ name, @errorName(err) });
60
+ child.deinit();
61
return 0;
62
};
63
0 commit comments