plonk-mcp 0.2.0 → 0.2.2

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 +4 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # plonk-mcp
2
2
 
3
3
  The MCP server for [Plonk](https://github.com/ostapondo/plonk), a macOS menu bar
4
- window manager. It lets an agent arrange your desktop: apply layouts across
5
- monitors, save and relaunch workspaces, snap windows into zones, keep the screen
6
- awake, and take and annotate screenshots.
4
+ app that is ten utilities at once, a window manager among them. It lets an agent
5
+ work the desk: apply layouts across monitors, save and relaunch workspaces, snap
6
+ windows into zones, keep the screen awake, take and annotate screenshots, and
7
+ read text off the screen without uploading a pixel.
7
8
 
8
9
  > browser on the left 60%, terminal top right, notes bottom right
9
10
  >
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "plonk-mcp",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "mcpName": "io.github.ostapondo/plonk",
5
- "description": "MCP server for Plonk the Mac window manager your AI agent can drive. Layouts, workspaces, snap zones, keep-awake and screenshots.",
5
+ "description": "MCP server for Plonk, a macOS window manager: zones you draw yourself, workspaces, keep-awake, screenshots and on-device OCR, as tools an agent can call.",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "repository": {