Skip to content

Commit db1b2f4

Browse files
committed
chore: fix lint
1 parent 8f0b98c commit db1b2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/connectionManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ export class MCPConnectionManager extends ConnectionManager {
223223
return this.currentConnectionState;
224224
}
225225

226-
return { tag: "disconnected" };
226+
return Promise.resolve({ tag: "disconnected" });
227227
}
228228

229229
private onOidcAuthFailed(error: unknown): void {

0 commit comments

Comments
 (0)