MCPcopy
hub / github.com/codeaashu/claude-code / getMCPLogsPath

Function getMCPLogsPath

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

Source from the content-addressed store, hash-verified

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

Callers 2

logMCPErrorImplFunction · 0.85
logMCPDebugImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected