MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / registerWorkflowsFromManifest

Function registerWorkflowsFromManifest

src/utils/tool-registry.ts:483–488  ·  view source on GitHub ↗
(
  workflowNames?: string[],
  ctx?: PredicateContext,
)

Source from the content-addressed store, hash-verified

481}
482
483export async function registerWorkflowsFromManifest(
484 workflowNames?: string[],
485 ctx?: PredicateContext,
486): Promise<void> {
487 await applyWorkflowSelectionFromManifest(workflowNames, ctx ?? defaultPredicateContext());
488}
489
490export function __resetToolRegistryForTests(): void {
491 for (const tool of registryState.tools.values()) {

Callers 1

bootstrapServerFunction · 0.90

Calls 2

defaultPredicateContextFunction · 0.85

Tested by

no test coverage detected