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.
- package/README.md +3 -3
- 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
|
[](https://www.npmjs.com/package/figmanage)
|
|
6
6
|
[](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
|
|
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
|
-
#
|
|
58
|
+
# Cursor / OpenClaw / other MCP clients
|
|
59
59
|
# Add to your MCP config:
|
|
60
60
|
{
|
|
61
61
|
"mcpServers": {
|
package/package.json
CHANGED