claude-kvm 2.0.9 → 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.
- package/README.md +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center"><em>Remote Access, Artificial Intelligence</em></p>
|
|
10
10
|
|
|
11
|
+
<p align="center">
|
|
12
|
+
<a href="https://www.claude-kvm.ai">claude-kvm.ai</a>
|
|
13
|
+
</p>
|
|
14
|
+
|
|
11
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.
|
|
12
16
|
|
|
13
17
|
[](https://github.com/ARAS-Workspace/claude-kvm/blob/main/test/README.md)
|