@refore-ai/html-to-figma-mcp 0.0.1 → 0.0.3
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -29,7 +29,7 @@ const PLATFORM_DISPLAY_NAMES = {
|
|
|
29
29
|
//#region src/platform.ts
|
|
30
30
|
const MCP_PLATFORM = "figma";
|
|
31
31
|
/** 从源 package.json 的 version 由 tsdown define 注入;测试环境未注入 → 兜底 '0.0.0-dev' */
|
|
32
|
-
const MCP_SERVER_VERSION = "0.0.
|
|
32
|
+
const MCP_SERVER_VERSION = "0.0.3";
|
|
33
33
|
/** 面向 agent 的平台展示名(用于工具描述等) */
|
|
34
34
|
const MCP_PLATFORM_NAME = PLATFORM_DISPLAY_NAMES[MCP_PLATFORM];
|
|
35
35
|
/** 本 MCP server 的包名 / 日志前缀基名 */
|