MCPcopy Create free account

hub / github.com/ChromeDevTools/chrome-devtools-mcp / functions

Functions804 in github.com/ChromeDevTools/chrome-devtools-mcp

↓ 2 callersMethodgetSelectedPageFallback
* Returns details about the last page snapshot automatically replacing the * selection because the selected page disappeared from the page list, or
src/McpContext.ts:497
↓ 2 callersFunctiongetTempFilePath
(filename: string)
src/utils/files.ts:11
↓ 2 callersFunctiongetTraceSummary
( result: TraceResult, deviceScope?: DevTools.CrUXManager.DeviceScope | null, )
src/processors/PerformanceTrace.ts:83
↓ 2 callersFunctiongetZodType
(zodType: zod.ZodTypeAny)
src/telemetry/transformation.ts:39
↓ 2 callersMethodgroupConsecutive
* Groups consecutive messages with the same type, text, and argument count. * Similar to Chrome DevTools' console grouping behavior.
src/formatters/ConsoleFormatter.ts:240
↓ 2 callersFunctionhandleActionError
(error: unknown, uid: string)
src/tools/input.ts:36
↓ 2 callersFunctionhandleResponse
( response: CallToolResult, format: 'json' | 'md', )
src/daemon/client.ts:222
↓ 2 callersMethodhasHeapSnapshots
()
src/McpContext.ts:859
↓ 2 callersMethodinit
()
src/McpPage.ts:182
↓ 2 callersFunctionisEdgeLike
( item: unknown, )
src/formatters/HeapSnapshotFormatter.ts:34
↓ 2 callersFunctionisExtensionOrigin
(origin: string)
src/collectors/ServiceWorkerCollector.ts:225
↓ 2 callersFunctionisNodeLike
( item: unknown, )
src/formatters/HeapSnapshotFormatter.ts:26
↓ 2 callersFunctionisProcessAlive
(pid: number)
tests/e2e/telemetry.test.ts:114
↓ 2 callersMethodisRunningPerformanceTrace
()
src/McpContext.ts:394
↓ 2 callersFunctionlaunch
(options: McpLaunchOptions)
src/browser.ts:173
↓ 2 callersMethodlistExtensions
()
src/McpContext.ts:767
↓ 2 callersFunctionloadIssueDescriptions
()
src/devtools/issueDescriptions.ts:20
↓ 2 callersMethodloadResource
(path: string)
src/McpContext.ts:911
↓ 2 callersMethodloadState
()
src/telemetry/persistence.ts:44
↓ 2 callersMethodlogDailyActiveIfNeeded
()
src/telemetry/ClearcutLogger.ts:172
↓ 2 callersFunctionlogDisclaimers
(args: ParsedArguments)
src/index.ts:325
↓ 2 callersMethodlogServerStart
(flagUsage: FlagUsage)
src/telemetry/ClearcutLogger.ts:160
↓ 2 callersMethodlogToolInvocation
(args: { toolName: string; params: ShapeOutput<zod.ZodRawShape>; schema: zod.ZodRawShape; succ
src/telemetry/ClearcutLogger.ts:123
↓ 2 callersFunctionmockListener
()
tests/mocks.ts:45
↓ 2 callersFunctionoverrideDevToolsGlobals
({ loadResource, }: { loadResource: (url: string) => Promise<string>; })
src/devtools/DevtoolsUtils.ts:27
↓ 2 callersFunctionparseByteSize
(value: string)
src/utils/bytes.ts:30
↓ 2 callersFunctionparseKey
(keyInput: string)
src/utils/keyboard.ts:280
↓ 2 callersFunctionparser
( version: string, argv = process.argv, env = process.env, )
src/config/mcp-options.ts:308
↓ 2 callersMethodreject
(error: Error)
scripts/profile/inspector.ts:24
↓ 2 callersFunctionreplaceHtmlElementsWithUids
(schema: JSONSchema7Definition)
src/McpPage.ts:7
↓ 2 callersMethodresetCounter
()
src/TextSnapshot.ts:20
↓ 2 callersMethodresolveCdpElementId
(cdpBackendNodeId: number)
src/TextSnapshot.ts:151
↓ 2 callersMethodroots
()
src/McpContext.ts:228
↓ 2 callersFunctionsanitizeParams
( params: ShapeOutput<zod.ZodRawShape>, schema: zod.ZodRawShape, )
src/telemetry/transformation.ts:168
↓ 2 callersFunctionsaveLogsToFile
(fileName: string)
src/utils/logger.ts:18
↓ 2 callersMethodsaveState
(state: LocalState)
src/telemetry/persistence.ts:45
↓ 2 callersMethodsendShutdownEvent
()
src/telemetry/watchdog/ClearcutSender.ts:88
↓ 2 callersFunctionserializeArgs
( options: Record<string, YargsOptions>, argv: Record<string, unknown>, )
src/daemon/utils.ts:125
↓ 2 callersMethodsetClientName
(clientName: string)
src/telemetry/ClearcutLogger.ts:96
↓ 2 callersMethodsetIncludeConsoleData
( value: boolean, options?: PaginationOptions & { types?: string[]; includePreservedMessag
src/tools/ToolDefinition.ts:167
↓ 2 callersMethodsetListExtensions
()
src/tools/ToolDefinition.ts:192
↓ 2 callersMethodsetReconnectNotice
* Surfaces a one-time note that the browser reconnected and page ids changed. * Set by the tool handler when the context reports a pending reconnec
src/McpResponse.ts:149
↓ 2 callersFunctionstartDaemon
(mcpArgs: string[] = [], sessionId: string)
src/daemon/client.ts:113
↓ 2 callersFunctionstopDaemon
(sessionId: string)
src/daemon/client.ts:188
↓ 2 callersFunctionstubToolDiscovery
(page: object)
tests/McpResponse.test.ts:890
↓ 2 callersMethodthrowIfDialogOpen
()
src/McpPage.ts:222
↓ 2 callersMethodtoJSON
()
src/formatters/NetworkFormatter.ts:159
↓ 2 callersMethodtoJSON
()
src/formatters/ConsoleFormatter.ts:221
↓ 2 callersMethodtoString
()
src/formatters/NetworkFormatter.ts:151
↓ 2 callersFunctiontruncateTitle
(title: string, maxLength = 50)
src/McpResponse.ts:1456
↓ 2 callersMethodunsubscribe
()
src/collectors/ServiceWorkerCollector.ts:47
↓ 2 callersMethodupdateTimeouts
()
src/McpPage.ts:832
↓ 2 callersFunctionvalidateEnumHomogeneity
(values: unknown[])
src/telemetry/metricsRegistry.ts:22
↓ 2 callersFunctionverifyDaemonVersion
( sessionId: string, cliVersion: string, )
src/daemon/client.ts:201
↓ 2 callersMethodviewport
()
src/McpPage.ts:401
↓ 2 callersMethodwaitForEventsAfterAction
( action: () => Promise<unknown>, options?: { timeout?: number; waitForStableDom?: boolean
src/McpPage.ts:421
↓ 2 callersFunctionwaitForFile
* Waits for a file to be created and populated (removed = false) or removed (removed = true).
src/daemon/client.ts:35
↓ 2 callersMethodwaitForTextOnPage
(text: string[], timeout?: number)
src/McpPage.ts:848
↓ 1 callersMethod#addToBuffer
(event: ChromeDevToolsMcpExtension)
src/telemetry/watchdog/ClearcutSender.ts:159
↓ 1 callersMethod#dataWithPagination
(data: T[], pagination?: PaginationOptions)
src/McpResponse.ts:1417
↓ 1 callersMethod#extractedAttributes
(node: TextSnapshotNode)
src/formatters/SnapshotFormatter.ts:129
↓ 1 callersMethod#fetchBrowserPages
()
src/McpContext.ts:617
↓ 1 callersMethod#finalFlush
()
src/telemetry/watchdog/ClearcutSender.ts:238
↓ 1 callersMethod#flush
()
src/telemetry/watchdog/ClearcutSender.ts:110
↓ 1 callersMethod#formatNode
(node: TextSnapshotNode, depth = 0)
src/formatters/SnapshotFormatter.ts:39
↓ 1 callersMethod#getAffectedResources
()
src/formatters/IssueFormatter.ts:77
↓ 1 callersMethod#getArgs
()
src/formatters/ConsoleFormatter.ts:209
↓ 1 callersMethod#getAttributes
(serializedAXNodeRoot: TextSnapshotNode)
src/formatters/SnapshotFormatter.ts:67
↓ 1 callersMethod#getBrowserContextToNameMap
()
src/McpContext.ts:542
↓ 1 callersMethod#getContext
()
src/index.ts:204
↓ 1 callersMethod#getDescription
()
src/formatters/IssueFormatter.ts:193
↓ 1 callersMethod#getExceptionDetails
( devTools: TargetUniverse | undefined, error: Protocol.Runtime.RemoteObject, targetId: string,
src/devtools/DevtoolsUtils.ts:346
↓ 1 callersMethod#getFormattedResponseBody
( httpResponse: HTTPResponse, sizeLimit = BODY_CONTEXT_SIZE_LIMIT, )
src/formatters/NetworkFormatter.ts:233
↓ 1 callersMethod#getMessage
(details: Protocol.Runtime.ExceptionDetails)
src/devtools/DevtoolsUtils.ts:326
↓ 1 callersMethod#getResult
()
src/utils/WaitForHelper.ts:277
↓ 1 callersMethod#getStatusFromRequest
(request: HTTPRequest)
src/formatters/NetworkFormatter.ts:219
↓ 1 callersMethod#handle
(req: IncomingMessage, res: ServerResponse)
tests/server.ts:72
↓ 1 callersMethod#handleAttachedConsoleMessage
()
src/McpResponse.ts:503
↓ 1 callersMethod#handleAttachedNetworkRequest
( context: McpContext, )
src/McpResponse.ts:479
↓ 1 callersMethod#handleConsoleList
( context: McpContext, )
src/McpResponse.ts:564
↓ 1 callersMethod#handleMessage
(data: unknown)
scripts/profile/inspector.ts:53
↓ 1 callersMethod#handleNetworkRequestList
( context: McpContext, )
src/McpResponse.ts:631
↓ 1 callersMethod#handleSnapshot
( context: McpContext, )
src/McpResponse.ts:450
↓ 1 callersMethod#handleThirdPartyDevelopeTools
()
src/McpResponse.ts:542
↓ 1 callersMethod#handleWebMCP
()
src/McpResponse.ts:553
↓ 1 callersMethod#init
()
src/McpContext.ts:145
↓ 1 callersMethod#init
()
src/index.ts:156
↓ 1 callersMethod#initDevToolsUniverseNoThrow
()
src/McpPage.ts:196
↓ 1 callersMethod#initFocusEmulationNoThrow
()
src/McpPage.ts:189
↓ 1 callersMethod#loadDetailedData
()
src/formatters/NetworkFormatter.ts:76
↓ 1 callersMethod#loadSnapshot
( absolutePath: string, uid: number, )
src/processors/HeapSnapshotManager.ts:373
↓ 1 callersMethod#lookupCause
( devTools: TargetUniverse | undefined, error: Protocol.Runtime.RemoteObject, targetId: string,
src/devtools/DevtoolsUtils.ts:367
↓ 1 callersMethod#nodeToJSON
(node: TextSnapshotNode)
src/formatters/SnapshotFormatter.ts:57
↓ 1 callersMethod#redactNetworkHeaders
( headers: Record<string, string>, )
src/formatters/NetworkFormatter.ts:169
↓ 1 callersMethod#registerTool
(tool: ToolDefinition | DefinedPageTool)
src/index.ts:284
↓ 1 callersMethod#resolveElementHandle
( node: TextSnapshotNode, uid: string, )
src/McpPage.ts:657
↓ 1 callersMethod#shouldLogDailyActive
(state: LocalState)
src/telemetry/ClearcutLogger.ts:221
↓ 1 callersMethod#validateUrlAllowed
(url: URL)
src/McpContext.ts:898
↓ 1 callersMethod#validateUrlNotBlocked
(url: URL)
src/McpContext.ts:886
↓ 1 callersFunctionHaveUniqueNames
(tools: Array<{name: string}>)
scripts/update_metrics.ts:24
← previousnext →201–300 of 804, ranked by callers