MCPcopy
hub / github.com/claude-code-best/claude-code / warn

Method warn

packages/mcp-client/src/interfaces.ts:8–8  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

6 debug(message: string, ...args: unknown[]): void
7 info(message: string, ...args: unknown[]): void
8 warn(message: string, ...args: unknown[]): void
9 error(message: string, ...args: unknown[]): void
10}
11

Callers 15

disconnectMethod · 0.65
refreshToolsMethod · 0.65
discoverToolsFunction · 0.65
wrappedRenderFunction · 0.65
reconciler.tsFile · 0.65
debugLogFunction · 0.65
scaleCoordFunction · 0.65
takeScreenshotWithRetryFunction · 0.65
handleRequestAccessFunction · 0.65
buildMonitorNoteFunction · 0.65
handleScreenshotFunction · 0.65

Implementers 3

DebugLoggersrc/utils/computerUse/hostAdapter.ts
DebugLoggersrc/utils/claudeInChrome/mcpServer.ts
ClaudeCodeDiagLoggersrc/utils/telemetry/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected