MCPcopy
hub / github.com/ChromeDevTools/chrome-devtools-mcp / unknownArgumentNames

Method unknownArgumentNames

src/ToolHandler.ts:171–175  ·  view source on GitHub ↗
(params: Record<string, unknown>)

Source from the content-addressed store, hash-verified

169 }
170
171 unknownArgumentNames(params: Record<string, unknown>): string[] {
172 return Object.keys(params).filter(
173 key => !Object.hasOwn(this.inputSchema, key),
174 );
175 }
176
177 async handle(params: Record<string, unknown>): Promise<CallToolResult> {
178 if (this.disabledReason) {

Callers 1

handleMethod · 0.95

Calls 1

keysMethod · 0.80

Tested by

no test coverage detected