yuanyuanxiang
13052b7cae
Feature: Add MCP (Model Context Protocol) server integration
...
Add an optional MCP server (JSON-RPC 2.0 over Streamable HTTP) exposing
an online-host listing tool, protected by a Bearer token. Disabled by
default; configured via a new "Extensions > MCP Settings" dialog.
- McpServer: httplib + JSON-RPC 2.0 dispatch (initialize/ping/tools/list/tools/call)
- McpSettingsDlg: runtime-created dialog for enable/port/bind/token
- HostJson: extract single-host JSON serialization shared with WebService
- FRP: expose MCP port (union with listening/Web ports) when bound to 0.0.0.0
- i18n: en_US / zh_TW translations
Co-Authored-By: deepseek-v4-pro
2026-08-16 14:37:11 +02:00
yuanyuanxiang
f146af121a
Fix: prevent mobile web remote desktop freeze on Safari app-switch
...
by forcing clean WS reconnect on foreground return;
add 30-second grace period on server to avoid cold-start on quick reconnects
2026-07-10 16:08:02 +02:00
yuanyuanxiang
45553ec5b6
Feat: Android client Phase 0-3 full implementation
2026-06-21 23:00:05 +02:00
yuanyuanxiang
fc0be64880
Fix(macOS): restore dblclick for MAC touch, fix scroll speed (10px→40px per notch)
2026-06-04 15:33:12 +02:00
yuanyuanxiang
dc83c2df42
Feature(web): show host remark alongside hostname
2026-06-02 22:07:56 +02:00
yuanyuanxiang
498c7d15b3
Feature(web): Add toolbar audio toggle button
2026-06-02 20:52:20 +02:00
yuanyuanxiang
dc48091d5b
Refactor(Web): Extract embedded HTML to server/web/index.html
2026-05-17 18:46:21 +02:00
yuanyuanxiang
5a92c3306f
Feature: Web remote terminal (xterm.js + mobile UX polish)
2026-05-15 02:05:01 +02:00
yuanyuanxiang
0aa75882d1
i18n: UTF-8 protocol capability + Unicode rendering on server
2026-05-06 19:29:02 +02:00
yuanyuanxiang
9ae5529458
Fix: Ensure MFC and Web remote desktop sessions are fully independent
2026-05-02 19:16:30 +02:00
yuanyuanxiang
fd3838a151
Feature: filter device visibility by allowed groups for web user
2026-05-02 00:30:08 +02:00
yuanyuanxiang
ed4b9eeb25
Fix: Web remote desktop double-click not working for macOS clients
2026-05-01 11:08:12 +02:00
yuanyuanxiang
f2a184e760
Feature: Implement initial macOS SimpleRemoter client
2026-05-01 01:28:55 +02:00
yuanyuanxiang
1cc66aff56
Feature: Web remote desktop cursor sync with remote host
2026-04-27 12:12:23 +02:00
yuanyuanxiang
655b1934a4
Feature: Implement user management feature with role support
2026-04-24 12:19:15 +02:00
yuanyuanxiang
a649c10d0f
Fix mouse double click issue and switch remote desktop issue
2026-04-23 19:10:51 +02:00
yuanyuanxiang
5a325a202b
Init: Migrate SimpleRemoter (Since v1.3.1) to Gitea
2026-04-19 22:55:21 +02:00