(workspaceId: string, serverId: string)
| 47 | } |
| 48 | |
| 49 | function failureCacheKey(workspaceId: string, serverId: string): string { |
| 50 | return `workspace:${workspaceId}:server:${serverId}:failure` |
| 51 | } |
| 52 | |
| 53 | const FAILURE_CACHE_SENTINEL: McpTool[] = [] |
| 54 |
no outgoing calls
no test coverage detected