claude-code/packages/@ant/computer-use-mcp/src/index.ts
2026-03-31 21:21:46 +08:00

31 lines
795 B
TypeScript

export const API_RESIZE_PARAMS: any = {}
export class ComputerExecutor {}
export type ComputerUseSessionContext = any
export type CuCallToolResult = any
export type CuPermissionRequest = any
export type CuPermissionResponse = any
export const DEFAULT_GRANT_FLAGS: any = {}
export type DisplayGeometry = any
export type FrontmostApp = any
export type InstalledApp = any
export type ResolvePrepareCaptureResult = any
export type RunningApp = any
export type ScreenshotDims = any
export type ScreenshotResult = any
export function bindSessionContext(..._args: any[]): any {
return null
}
export function buildComputerUseTools(..._args: any[]): any[] {
return []
}
export function createComputerUseMcpServer(..._args: any[]): any {
return null
}
export const targetImageSize: any = null