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

Function config

benchmark/helpers.ts:645–648  ·  view source on GitHub ↗
(model: string, serverUrl: string)

Source from the content-addressed store, hash-verified

643 },
644
645 config(model: string, serverUrl: string): void {
646 console.log(chalk.gray(" Model: ") + chalk.white(model));
647 console.log(chalk.gray(" Server: ") + chalk.white(serverUrl));
648 },
649
650 task(task: string, method: string): void {
651 console.log(chalk.gray(" Task: ") + chalk.white(task));

Calls

no outgoing calls

Tested by

no test coverage detected