(workspaceId: string, serverId: string)
| 43 | const logger = createLogger('McpService') |
| 44 | |
| 45 | function serverCacheKey(workspaceId: string, serverId: string): string { |
| 46 | return `workspace:${workspaceId}:server:${serverId}` |
| 47 | } |
| 48 | |
| 49 | function failureCacheKey(workspaceId: string, serverId: string): string { |
| 50 | return `workspace:${workspaceId}:server:${serverId}:failure` |
no outgoing calls
no test coverage detected