🟠 mcpServer.ts

This commit is contained in:
nirholas
2026-03-31 10:24:14 +00:00
parent d8405871c3
commit 3bc752e77f

View File

@@ -104,3 +104,4 @@ export async function runComputerUseMcpServer(): Promise<void> {
await server.connect(transport)
logForDebugging('[Computer Use MCP] MCP server started')
}