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

Function getMCPLogsPath

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

Source from the content-addressed store, hash-verified

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

Callers 2

logMCPErrorImplFunction · 0.85
logMCPDebugImplFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected