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 dd05c9f commit 80d6515Copy full SHA for 80d6515
src/common/connectionManager.ts
@@ -242,7 +242,7 @@ export class MCPConnectionManager extends ConnectionManager {
242
243
if (this.currentConnectionState.tag === "connected" || this.currentConnectionState.tag === "connecting") {
244
try {
245
- await this.currentConnectionState.serviceProvider?.close(true);
+ await this.currentConnectionState.serviceProvider?.close();
246
} finally {
247
this.changeState("connection-close", {
248
tag: "disconnected",
0 commit comments