screenhand 0.4.7 → 0.4.8
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/dist/mcp-desktop.js +10 -0
- package/package.json +1 -1
package/dist/mcp-desktop.js
CHANGED
|
@@ -401,6 +401,16 @@ async function ensureCDP(overridePort) {
|
|
|
401
401
|
const server = new McpServer({ name: "screenhand", version: "3.0.0" }, {
|
|
402
402
|
instructions: `ScreenHand gives you native desktop control on macOS/Windows. 111 tools across 7 layers.
|
|
403
403
|
|
|
404
|
+
## Prebuilt Knowledge (already loaded — no setup needed)
|
|
405
|
+
ScreenHand ships with EXPERT-level references, playbooks, and app maps for these apps. They load automatically when the app is detected — you do NOT need to learn or explore these:
|
|
406
|
+
|
|
407
|
+
**Apple-native apps:** Terminal, Mail, Finder, Calendar, Reminders, Keynote, Pages, Notes, Photos, Apple Music, WhatsApp, iOS Simulator (37 refs, 65 playbooks, 15 app maps)
|
|
408
|
+
**Web/Creative apps:** Figma, Discord, DaVinci Resolve, Canva, Instagram, X/Twitter, LinkedIn, YouTube, Reddit, Threads, Notion, n8n, DevTo, Google Flow, Codex Desktop
|
|
409
|
+
|
|
410
|
+
For Simulator specifically: 53 shortcuts, 37 flows, 16 playbooks (launch app, screenshot, Face ID, push notifications, permissions, location, dark mode, etc.), all simctl commands documented.
|
|
411
|
+
|
|
412
|
+
To check what's available: coverage_report(bundleId, appName) — if it shows selectors + flows, you're good to go. Skip learning.
|
|
413
|
+
|
|
404
414
|
## Quick Actions (1-2 steps, no setup)
|
|
405
415
|
focus("com.apple.Notes") → ui_press("New Note") → type_text("hello") → key("cmd+s")
|
|
406
416
|
browser_navigate("https://...") → browser_click("#btn") → browser_js("return ...")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "screenhand",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"mcpName": "io.github.manushi4/screenhand",
|
|
5
5
|
"description": "Give AI eyes and hands on your desktop. ScreenHand is an open-source MCP server that lets Claude and other AI agents see your screen, click buttons, type text, and control any app on macOS and Windows.",
|
|
6
6
|
"homepage": "https://screenhand.com",
|