MCPcopy Create free account
hub / github.com/ShipSecAI/studio / isMcpGroupComponent

Function isMcpGroupComponent

worker/src/temporal/workflows/index.ts:122–124  ·  view source on GitHub ↗
(componentId: string)

Source from the content-addressed store, hash-verified

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

Callers 1

shipsecWorkflowRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected