mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-23 00:35:51 +00:00
feat: monorepo 构建完成
This commit is contained in:
30
packages/@ant/computer-use-mcp/src/index.ts
Normal file
30
packages/@ant/computer-use-mcp/src/index.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
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
|
||||
5
packages/@ant/computer-use-mcp/src/sentinelApps.ts
Normal file
5
packages/@ant/computer-use-mcp/src/sentinelApps.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const sentinelApps: string[] = []
|
||||
|
||||
export function getSentinelCategory(_appName: string): string | null {
|
||||
return null
|
||||
}
|
||||
8
packages/@ant/computer-use-mcp/src/types.ts
Normal file
8
packages/@ant/computer-use-mcp/src/types.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type ComputerUseConfig = any
|
||||
export type ComputerUseHostAdapter = any
|
||||
export type CoordinateMode = any
|
||||
export type CuPermissionRequest = any
|
||||
export type CuPermissionResponse = any
|
||||
export type CuSubGates = any
|
||||
export const DEFAULT_GRANT_FLAGS: any = {}
|
||||
export type Logger = any
|
||||
Reference in New Issue
Block a user