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

Function getRegisteredWorkflows

src/utils/tool-registry.ts:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218export function getRegisteredWorkflows(): string[] {
219 return [...registryState.enabledWorkflows];
220}
221
222function defaultPredicateContext(): PredicateContext {
223 return {

Callers 3

startMcpServerFunction · 0.90
bootstrapServerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected