@seed-design/mcp 0.0.23 → 0.0.24

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/bin/index.mjs +1 -1
  2. package/package.json +2 -2
package/bin/index.mjs CHANGED
@@ -675,7 +675,7 @@ function registerPrompts(server) {
675
675
  });
676
676
  }
677
677
 
678
- var version = "0.0.23";
678
+ var version = "0.0.24";
679
679
 
680
680
  // Config loader
681
681
  async function loadConfig(configPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/mcp",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@modelcontextprotocol/sdk": "^1.10.2",
26
- "@seed-design/figma": "0.0.23",
26
+ "@seed-design/figma": "0.0.24",
27
27
  "cac": "^6.7.14",
28
28
  "uuid": "^11.1.0",
29
29
  "ws": "^8.18.1",