Skip to content

Commit f025eca

Browse files
ochafikclaude
andcommitted
feat(virtual-desktop): add connect-desktop tool, simplify noVNC viewer
Add connect-desktop tool for connecting to any remote webtop/VNC by URL (no Docker required). Simplify the noVNC viewer UI by removing Docker- specific resize logic. Keep all Docker management tools (create-desktop, view-desktop, list-desktops, shutdown-desktop, etc.) with cross- referenced descriptions so AI clients can discover related tools. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9d5fa18 commit f025eca

6 files changed

Lines changed: 361 additions & 1000 deletions

File tree

examples/virtual-desktop-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@anthropic/mcp-server-virtual-desktop",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
5-
"description": "MCP server for managing virtual desktops using LinuxServer webtop containers",
5+
"description": "MCP server with noVNC viewer to connect to remote desktops (webtop, VNC) over HTTPS",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/modelcontextprotocol/ext-apps",

0 commit comments

Comments
 (0)