claude-kvm 2.0.8 → 2.0.10

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 +15 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,16 @@
1
- # Claude KVM
1
+ <p align="center">
2
+ <a href="https://github.com/ARAS-Workspace/claude-kvm">
3
+ <img src="https://github.com/ARAS-Workspace/claude-kvm/raw/press-kit/press-kit/masters/claude-kvm-icon-animated.svg" alt="Claude KVM" width="180"/>
4
+ </a>
5
+ </p>
6
+
7
+ <h1 align="center">Claude KVM</h1>
8
+
9
+ <p align="center"><em>Remote Access, Artificial Intelligence</em></p>
10
+
11
+ <p align="center">
12
+ <a href="https://www.claude-kvm.ai">claude-kvm.ai</a>
13
+ </p>
2
14
 
3
15
  Claude KVM is an MCP tool that controls remote desktop environments over VNC. It consists of a thin JS proxy layer (MCP server) and a platform-native Swift VNC daemon running on your macOS system.
4
16
 
@@ -277,4 +289,6 @@ macOS is auto-detected via the ARD auth type 30 credential request. When detecte
277
289
 
278
290
  ---
279
291
 
292
+ *"Claude" is a trademark of Anthropic, PBC. This project is not affiliated with or endorsed by Anthropic.*
293
+
280
294
  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.8",
3
+ "version": "2.0.10",
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>",