index.ts 795 B

123456789101112131415161718192021222324252627282930
  1. export const API_RESIZE_PARAMS: any = {}
  2. export class ComputerExecutor {}
  3. export type ComputerUseSessionContext = any
  4. export type CuCallToolResult = any
  5. export type CuPermissionRequest = any
  6. export type CuPermissionResponse = any
  7. export const DEFAULT_GRANT_FLAGS: any = {}
  8. export type DisplayGeometry = any
  9. export type FrontmostApp = any
  10. export type InstalledApp = any
  11. export type ResolvePrepareCaptureResult = any
  12. export type RunningApp = any
  13. export type ScreenshotDims = any
  14. export type ScreenshotResult = any
  15. export function bindSessionContext(..._args: any[]): any {
  16. return null
  17. }
  18. export function buildComputerUseTools(..._args: any[]): any[] {
  19. return []
  20. }
  21. export function createComputerUseMcpServer(..._args: any[]): any {
  22. return null
  23. }
  24. export const targetImageSize: any = null