@ufira/vibma 1.1.2 → 1.1.3-rc1
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.cjs +2 -2
- package/dist/mcp.js +2 -2
- package/dist/tools/registry.cjs +1 -1
- package/dist/tools/registry.js +1 -1
- package/package.json +1 -1
package/dist/mcp.cjs
CHANGED
|
@@ -1180,7 +1180,7 @@ Params:
|
|
|
1180
1180
|
}
|
|
1181
1181
|
};
|
|
1182
1182
|
var helpTopics = {
|
|
1183
|
-
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1183
|
+
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma@latest", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1184
1184
|
};
|
|
1185
1185
|
var allEndpointNames = Object.keys(helpEndpoints);
|
|
1186
1186
|
var allTopicNames = Object.keys(helpTopics);
|
|
@@ -3139,7 +3139,7 @@ function registerPrompts(server2) {
|
|
|
3139
3139
|
role: "assistant",
|
|
3140
3140
|
content: {
|
|
3141
3141
|
type: "text",
|
|
3142
|
-
text: '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
3142
|
+
text: '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma@latest", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
3143
3143
|
}
|
|
3144
3144
|
}],
|
|
3145
3145
|
description: "Why create or edit tools are missing and how to fix it"
|
package/dist/mcp.js
CHANGED
|
@@ -1158,7 +1158,7 @@ Params:
|
|
|
1158
1158
|
}
|
|
1159
1159
|
};
|
|
1160
1160
|
var helpTopics = {
|
|
1161
|
-
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1161
|
+
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma@latest", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1162
1162
|
};
|
|
1163
1163
|
var allEndpointNames = Object.keys(helpEndpoints);
|
|
1164
1164
|
var allTopicNames = Object.keys(helpTopics);
|
|
@@ -3117,7 +3117,7 @@ function registerPrompts(server2) {
|
|
|
3117
3117
|
role: "assistant",
|
|
3118
3118
|
content: {
|
|
3119
3119
|
type: "text",
|
|
3120
|
-
text: '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
3120
|
+
text: '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma@latest", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
3121
3121
|
}
|
|
3122
3122
|
}],
|
|
3123
3123
|
description: "Why create or edit tools are missing and how to fix it"
|
package/dist/tools/registry.cjs
CHANGED
|
@@ -1167,7 +1167,7 @@ Params:
|
|
|
1167
1167
|
}
|
|
1168
1168
|
};
|
|
1169
1169
|
var helpTopics = {
|
|
1170
|
-
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1170
|
+
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma@latest", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1171
1171
|
};
|
|
1172
1172
|
var allEndpointNames = Object.keys(helpEndpoints);
|
|
1173
1173
|
var allTopicNames = Object.keys(helpTopics);
|
package/dist/tools/registry.js
CHANGED
|
@@ -1144,7 +1144,7 @@ Params:
|
|
|
1144
1144
|
}
|
|
1145
1145
|
};
|
|
1146
1146
|
var helpTopics = {
|
|
1147
|
-
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1147
|
+
"missing_tools": '# Missing Create / Edit Tools\n\nIf the user asks you to create or modify something in Figma but you cannot find create/edit methods on endpoint tools, the MCP server was started without the correct access tier flag.\n\nVibma filters available methods at startup based on CLI flags passed in the MCP config `args` array:\n\n| Flag | Methods available |\n|------|-----------------|\n| _(none)_ | Read-only (get, list, check, scan, export) |\n| `--create` | Read + creation methods (create, clone) |\n| `--edit` | All methods (read + create + update + delete) |\n\nAsk the user to add `--edit` (or `--create`) to their MCP config args:\n\n```json\n{\n "mcpServers": {\n "Vibma": {\n "command": "npx",\n "args": ["-y", "@ufira/vibma@latest", "--edit"]\n }\n }\n}\n```\n\nAfter updating, the user must restart their AI tool or reload MCP servers \u2014 stdio-based servers cannot hot-reload.'
|
|
1148
1148
|
};
|
|
1149
1149
|
var allEndpointNames = Object.keys(helpEndpoints);
|
|
1150
1150
|
var allTopicNames = Object.keys(helpTopics);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ufira/vibma",
|
|
3
3
|
"description": "Vibma — Vibe Design meets Figma. AI-powered MCP bridge for designing in Figma.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.3-rc1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ufira <https://github.com/ufira-ai>",
|
|
7
7
|
"homepage": "https://github.com/ufira-ai/vibma",
|