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

Function isMcpServerComponent

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

Source from the content-addressed store, hash-verified

116const MCP_GROUP_COMPONENTS = ['mcp.group.aws'];
117
118function isMcpServerComponent(componentId: string): boolean {
119 return componentId in MCP_SERVER_COMPONENTS;
120}
121
122function isMcpGroupComponent(componentId: string): boolean {
123 return MCP_GROUP_COMPONENTS.includes(componentId);

Callers 1

shipsecWorkflowRunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected