figmanage 1.3.6 → 1.3.7

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # figmanage
2
2
 
3
- The Figma workspace layer that agents can manage. Seats, teams, permissions, billing, offboarding -- from the terminal, Claude, Cursor, or OpenClaw.
3
+ The Figma workspace layer that agents can manage. Seats, teams, permissions, billing, offboarding -- from the terminal, Claude Code, Cursor, or OpenClaw. Runs locally.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/figmanage)](https://www.npmjs.com/package/figmanage)
6
6
  [![downloads](https://img.shields.io/npm/dm/figmanage)](https://www.npmjs.com/package/figmanage)
@@ -49,13 +49,13 @@ Run `figmanage <group> --help` for available subcommands. All commands output JS
49
49
 
50
50
  ## AI integration (MCP)
51
51
 
52
- figmanage runs as an MCP server for Claude, ChatGPT, Cursor, and other AI assistants:
52
+ figmanage runs as an MCP server for Claude Code, Cursor, OpenClaw, and other AI assistants. Runs locally via stdio.
53
53
 
54
54
  ```bash
55
55
  # Claude Code
56
56
  claude mcp add figmanage -- npx -y figmanage
57
57
 
58
- # Claude Desktop / Cursor / other clients
58
+ # Cursor / OpenClaw / other MCP clients
59
59
  # Add to your MCP config:
60
60
  {
61
61
  "mcpServers": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "figmanage",
3
3
  "mcpName": "io.github.dannykeane/figmanage",
4
- "version": "1.3.6",
4
+ "version": "1.3.7",
5
5
  "description": "MCP server for managing your Figma workspace from the terminal.",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",