Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
75
function
toGroupedJsonTool(tool: ToolListItem): JsonTool {
76
return
withCanonicalWorkflow(tool, toJsonToolBase(tool));
77
}
78
79
/**
80
* Build CLI predicate context.
Callers
1
registerToolsCommand
Function · 0.85
Calls
2
withCanonicalWorkflow
Function · 0.85
toJsonToolBase
Function · 0.85
Tested by
no test coverage detected