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

Function toGroupedJsonTool

src/cli/commands/tools.ts:75–77  ·  view source on GitHub ↗
(tool: ToolListItem)

Source from the content-addressed store, hash-verified

73}
74
75function toGroupedJsonTool(tool: ToolListItem): JsonTool {
76 return withCanonicalWorkflow(tool, toJsonToolBase(tool));
77}
78
79/**
80 * Build CLI predicate context.

Callers 1

registerToolsCommandFunction · 0.85

Calls 2

withCanonicalWorkflowFunction · 0.85
toJsonToolBaseFunction · 0.85

Tested by

no test coverage detected