MCPcopy Index your code
hub / github.com/ChromeDevTools/chrome-devtools-mcp / formatArgumentNames

Function formatArgumentNames

src/ToolHandler.ts:125–127  ·  view source on GitHub ↗
(names: string[])

Source from the content-addressed store, hash-verified

123}
124
125function formatArgumentNames(names: string[]): string {
126 return names.map(name => `"${name}"`).join(', ');
127}
128
129function buildUnknownArgumentsMessage(
130 toolName: string,

Callers 1

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…