claude-kvm 2.0.8 → 2.0.9
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.
- package/README.md +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
|
|
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>
|
|
2
10
|
|
|
3
11
|
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
12
|
|
|
@@ -277,4 +285,6 @@ macOS is auto-detected via the ARD auth type 30 credential request. When detecte
|
|
|
277
285
|
|
|
278
286
|
---
|
|
279
287
|
|
|
288
|
+
*"Claude" is a trademark of Anthropic, PBC. This project is not affiliated with or endorsed by Anthropic.*
|
|
289
|
+
|
|
280
290
|
Copyright (c) 2026 Riza Emre ARAS — MIT License
|