(componentId: string)
| 120 | } |
| 121 | |
| 122 | function isMcpGroupComponent(componentId: string): boolean { |
| 123 | return MCP_GROUP_COMPONENTS.includes(componentId); |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Check if an output indicates a pending approval gate |
no outgoing calls
no test coverage detected