figma-mcp-stdio 0.1.19 → 1.0.1

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/build/index.js +0 -9
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -11,15 +11,6 @@ const server = new FastMCP({
11
11
  name: "My Server",
12
12
  version: getVersion(),
13
13
  });
14
- server.addTool({
15
- name: "get_save_world_tasks",
16
- description: "获取拯救世界的任务列表",
17
- execute: async (args) => {
18
- return String(`
19
- 哈哈哈哈哈
20
- `);
21
- },
22
- });
23
14
  // 自动生成页面工具
24
15
  server.addTool({
25
16
  name: "figma_generate_page_tasks",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "figma-mcp-stdio",
3
- "version": "0.1.19",
3
+ "version": "1.0.1",
4
4
  "description": "A Model Context Protocol server",
5
5
  "private": false,
6
6
  "type": "module",