MCPcopy Create free account
hub / github.com/freecodexyz/free-code / connectRemoteControl

Function connectRemoteControl

src/entrypoints/agentSdkTypes.ts:439–443  ·  view source on GitHub ↗
(
  _opts: ConnectRemoteControlOptions,
)

Source from the content-addressed store, hash-verified

437 * @internal
438 */
439export async function connectRemoteControl(
440 _opts: ConnectRemoteControlOptions,
441): Promise<RemoteControlHandle | null> {
442 throw new Error('not implemented')
443}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected