We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec4df9 commit ec0c4d1Copy full SHA for ec0c4d1
1 file changed
src/McpContext.ts
@@ -197,6 +197,7 @@ export class McpContext implements Context {
197
// Isolated contexts are intentionally not closed here.
198
// Either the entire browser will be closed or we disconnect
199
// without destroying browser state.
200
+ this.#isolatedContexts.clear();
201
}
202
203
static async from(
0 commit comments