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

Function buildCustomWorkflowEntry

src/utils/tool-registry.ts:143–154  ·  view source on GitHub ↗
(name: string, toolIds: string[])

Source from the content-addressed store, hash-verified

141}
142
143function buildCustomWorkflowEntry(name: string, toolIds: string[]): WorkflowManifestEntry {
144 return {
145 id: name,
146 title: name,
147 description: `Custom workflow '${name}' from config.yaml.`,
148 targetPlatforms: [],
149 availability: { mcp: true, cli: false },
150 selection: { mcp: { defaultEnabled: false, autoInclude: false } },
151 predicates: [],
152 tools: toolIds,
153 };
154}
155
156export function createCustomWorkflowsFromConfig(
157 manifest: ResolvedManifest,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected