MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / clientBinaryPath

Function clientBinaryPath

packages/plugins/mcp/src/sdk/codex-plugins.ts:75–86  ·  view source on GitHub ↗
(codexHome: string)

Source from the content-addressed store, hash-verified

73 * the working path) but still the install marker: when it is absent the
74 * plugins are not installed and the bridge would find no such server. */
75const clientBinaryPath = (codexHome: string): string =>
76 path.join(
77 codexHome,
78 "computer-use",
79 "Codex Computer Use.app",
80 "Contents",
81 "SharedSupport",
82 "SkyComputerUseClient.app",
83 "Contents",
84 "MacOS",
85 "SkyComputerUseClient",
86 );
87
88/** The Chrome plugin's bundled browser client — the module the projected
89 * browser surface imports inside `node_repl`.

Callers 1

scanCodexPluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected