Skip to content

Commit 54fd66a

Browse files
quanruCopilot
andauthored
Update packages/shared/src/mcp/base-tools.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cca5719 commit 54fd66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/mcp/base-tools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export abstract class BaseMidsceneTools implements IMidsceneTools {
105105
try {
106106
await this.agent?.destroy();
107107
} catch (e) {
108-
// Ignore cleanup errors
108+
debug('Failed to destroy agent during cleanup:', e);
109109
}
110110
this.agent = undefined;
111111
}

0 commit comments

Comments
 (0)