(a: Tool, b: Tool)
| 67 | isMcpTool, |
| 68 | ) |
| 69 | const byName = (a: Tool, b: Tool) => a.name.localeCompare(b.name) |
| 70 | const tools = [...builtIn.sort(byName), ...mcp.sort(byName)] |
| 71 | |
| 72 | if (feature('COORDINATOR_MODE') && coordinatorModeModule) { |
nothing calls this directly
no outgoing calls
no test coverage detected