* Check if an adapter is registered for a tool. * @param toolId - The tool identifier * @returns True if an adapter exists
(toolId: string)
| 100 | * @returns True if an adapter exists |
| 101 | */ |
| 102 | static has(toolId: string): boolean { |
| 103 | return CommandAdapterRegistry.adapters.has(toolId); |
| 104 | } |
| 105 | } |
no outgoing calls