UNPKG
@gacua/backend
Version:
latest (0.0.1-alpha.10)
0.0.1-alpha.10
0.0.1-alpha.9
0.0.1-alpha.8
GACUA Backend
@gacua/backend
/
dist
/
start-mcp-computer.d.ts
7 lines
(6 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@license
* Copyright 2025 MuleRun * SPDX-License-Identifier: Apache-2.0 */
export
declare
function
startMCPComputerDaemon
(
):
Promise
<
void
>;