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

Method unknownArgumentNames

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

Source from the content-addressed store, hash-verified

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

Callers 1

handleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected