@maz-ui/mcp 4.7.2 → 4.7.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/dist/mcp.mjs CHANGED
@@ -7,7 +7,7 @@ import { existsSync, readFileSync, readdirSync } from 'node:fs';
7
7
  import { resolve, join, dirname } from 'node:path';
8
8
  import { fileURLToPath } from 'node:url';
9
9
 
10
- const version = "4.7.0";
10
+ const version = "4.7.2";
11
11
 
12
12
  const _dirname = dirname(fileURLToPath(import.meta.url));
13
13
  class DocumentationService {
@@ -138,6 +138,11 @@ function openDialogActions() {
138
138
  },
139
139
  }
140
140
  ],
141
+ onClose: () => {
142
+ toast.info('Dialog closed', {
143
+ position: 'bottom',
144
+ })
145
+ },
141
146
  })
142
147
  }
143
148
  </script>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/mcp",
3
3
  "type": "module",
4
- "version": "4.7.2",
4
+ "version": "4.7.3",
5
5
  "description": "Maz-UI ModelContextProtocol Client",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -41,19 +41,19 @@
41
41
  "docs"
42
42
  ],
43
43
  "dependencies": {
44
- "@modelcontextprotocol/sdk": "^1.27.0",
45
- "@maz-ui/node": "4.6.1",
46
- "@maz-ui/utils": "4.7.2"
44
+ "@modelcontextprotocol/sdk": "^1.27.1",
45
+ "@maz-ui/utils": "4.7.3",
46
+ "@maz-ui/node": "4.6.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@modelcontextprotocol/inspector": "^0.20.0",
50
- "@swc/core": "1.15.13",
51
- "lint-staged": "^16.2.7",
49
+ "@modelcontextprotocol/inspector": "^0.21.1",
50
+ "@swc/core": "1.15.18",
51
+ "lint-staged": "^16.3.2",
52
52
  "prettier": "^3.8.1",
53
53
  "ts-node-maintained": "^10.9.5",
54
54
  "tsx": "^4.21.0",
55
55
  "unbuild": "^3.6.1",
56
- "@maz-ui/eslint-config": "4.7.2"
56
+ "@maz-ui/eslint-config": "4.7.3"
57
57
  },
58
58
  "lint-staged": {
59
59
  "*.{js,ts,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"