* 为单个 WebContents + toolName 生成稳定的 waiter 键。
(webContentsId: number, toolName: string)
| 311 | * 为单个 WebContents + toolName 生成稳定的 waiter 键。 |
| 312 | */ |
| 313 | private getWaiterKey(webContentsId: number, toolName: string): string { |
| 314 | return `${webContentsId}:${toolName}` |
| 315 | } |
| 316 | |
| 317 | /** |
| 318 | * 读取被用户禁用 MCP 工具暴露的插件路径集合。 |
no outgoing calls
no test coverage detected