MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / getMCPLogsPath

Function getMCPLogsPath

source code/utils/errorLogSink.ts:38–40  ·  view source on GitHub ↗
(serverName: string)

Source from the content-addressed store, hash-verified

36 * Gets the path to MCP logs for a server.
37 */
38export function getMCPLogsPath(serverName: string): string {
39 return join(CACHE_PATHS.mcpLogs(serverName), DATE + '.jsonl')
40}
41
42type JsonlWriter = {
43 write: (obj: object) => void

Callers 2

logMCPErrorImplFunction · 0.85
logMCPDebugImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected