Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_file | 读取文件内容 |
| write_file | 写入文件内容 |
| list_directory | 列出目录内容 |
| create_directory | 创建目录 |
| delete_file | 删除文件或目录 |
| copy_file | 复制文件 |
| move_file | 移动或重命名文件 |
| search_files | 搜索文件(支持通配符) |
| launch_application | 启动应用程序 |
| kill_process | 结束进程 |
| list_processes | 列出正在运行的进程 |
| get_process_info | 获取进程详细信息 |
| move_mouse | 移动鼠标到指定位置 |
| mouse_click | 鼠标点击 |
| type_text | 输入文本 |
| press_key | 按下键盘按键 |
| get_mouse_position | 获取当前鼠标位置 |
| get_screen_size | 获取屏幕尺寸 |
| list_windows | 列出所有打开的窗口 |
| get_active_window | 获取当前激活的窗口 |
| activate_window | 激活指定窗口(通过标题) |
| close_window | 关闭指定窗口 |
| minimize_window | 最小化窗口 |
| maximize_window | 最大化窗口 |
| take_screenshot | 截取屏幕截图 |
| take_screenshot_region | 截取屏幕区域 |
| get_clipboard | 获取剪贴板内容 |
| set_clipboard | 设置剪贴板内容 |
| clear_clipboard | 清空剪贴板 |
| run_powershell | 执行 PowerShell 命令或脚本 |
| run_cmd | 执行 CMD 命令 |
| get_system_info | 获取系统信息 |
| get_disk_info | 获取磁盘信息 |
| get_network_info | 获取网络信息 |
| browser_launch | 启动浏览器 |
| browser_navigate | 导航到网页 |
| browser_click | 点击元素 |
| browser_type | 输入文本到元素 |
| browser_screenshot | 截取网页截图 |
| browser_get_text | 获取元素文本 |
| browser_close | 关闭浏览器 |