claude-kvm 2.0.5 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,9 @@ Claude KVM is an MCP tool that controls remote desktop environments over VNC. It
5
5
  [![Claude KVM Demo](https://github.com/ARAS-Workspace/claude-kvm/raw/press-kit/assets/test/linux/demo-run-22261661594.gif)](https://github.com/ARAS-Workspace/claude-kvm/blob/main/test/README.md)
6
6
  [![Claude KVM Demo Mac](https://github.com/ARAS-Workspace/claude-kvm/raw/press-kit/assets/test/mac/demo-mac-run-22261487249.gif)](https://github.com/ARAS-Workspace/claude-kvm/blob/test/e2e/mac/test/README.md)
7
7
 
8
+ > [!TIP]
9
+ > **[Phantom-WG](https://www.phantom.tc) could be a great alternative for you.** Isolate your VNC server within your own network while enjoying self-hosted VPN performance with the extra privacy features you gain along the way.
10
+
8
11
  ## Live Test Runs
9
12
 
10
13
  - [Integration Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22261661594)
@@ -12,6 +15,10 @@ Claude KVM is an MCP tool that controls remote desktop environments over VNC. It
12
15
  - [Mac Calculator Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22261139721)
13
16
  - [Mac Scientific Calculator Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22261184519)
14
17
  - [Mac Safari Browsing Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22261430282)
18
+ - [Mac Drag & Drop Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22277460796)
19
+ - [Mac Chess Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22286270207)
20
+ - [Mac Chess Direct Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22286704229)
21
+ - [Mac Phantom-WG Install Test](https://github.com/ARAS-Workspace/claude-kvm/actions/runs/22315144741)
15
22
 
16
23
  > [!NOTE]
17
24
  > Tests are conducted transparently on GitHub Actions — each step is visible in the CI environment. At the end of every test, whether the integration passes or fails, you'll find screenshots of each step the agent took during the session, along with an `.mp4` video recording that captures the entire session. By reviewing these recordings and screenshots, you can observe how the agent progressed through each stage, how long the task took, and what decisions were made based on the system prompt. You can use these examples as a reference when crafting your own system prompts or instructions for the MCP server in your own environment.
@@ -337,4 +344,11 @@ macOS is auto-detected via the ARD auth type 30 credential request. When detecte
337
344
 
338
345
  ---
339
346
 
347
+ [![MCP Badge](https://lobehub.com/badge/mcp/aras-workspace-claude-kvm?style=flat)](https://lobehub.com/mcp/aras-workspace-claude-kvm)
348
+
349
+ > [!NOTE]
350
+ > Running on a bare-metal Mac? See the [Mac M1 Preparation Tricks](https://gist.github.com/remrearas/a3f300635b02f2587a134882a51f7114) for VNC hardening, SSH tunneling, and session stability tips.
351
+
352
+ ---
353
+
340
354
  Copyright (c) 2026 Riza Emre ARAS — MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-kvm",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "MCP server — control remote desktops via VNC (MacOS)",
5
5
  "license": "MIT",
6
6
  "author": "Rıza Emre ARAS <r.emrearas@proton.me>",