MCPcopy Create free account
hub / github.com/WebMCP-org/chrome-devtools-quickstart / close

Method close

benchmark/helpers.ts:322–327  ·  view source on GitHub ↗

* Closes the MCP client connection.

()

Source from the content-addressed store, hash-verified

320 * Closes the MCP client connection.
321 */
322 async close(): Promise<void> {
323 if (this.client) {
324 await this.client.close();
325 this.client = null;
326 }
327 }
328
329 /**
330 * Returns whether the client is connected.

Callers 2

mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected