Files
moeka-project/services/computer-use-mcp/src/bin/run.ts
T

8 lines
130 B
TypeScript

import { startComputerUseMcpServer } from '../server'
async function main() {
await startComputerUseMcpServer()
}
void main()