|
1 | 1 | { |
2 | 2 | "name": "@modelcontextprotocol/inspector-client", |
3 | | - "version": "0.7.0", |
| 3 | + "version": "0.8.2", |
4 | 4 | "description": "Client-side application for the Model Context Protocol inspector", |
5 | 5 | "license": "MIT", |
6 | 6 | "author": "Anthropic, PBC (https://anthropic.com)", |
|
18 | 18 | "dev": "vite", |
19 | 19 | "build": "tsc -b && vite build", |
20 | 20 | "lint": "eslint .", |
21 | | - "preview": "vite preview", |
| 21 | + "preview": "vite preview --port 6274", |
22 | 22 | "test": "jest --config jest.config.cjs", |
23 | 23 | "test:watch": "jest --config jest.config.cjs --watch" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@modelcontextprotocol/sdk": "^1.6.1", |
| 26 | + "@modelcontextprotocol/sdk": "^1.9.0", |
27 | 27 | "@radix-ui/react-checkbox": "^1.1.4", |
28 | 28 | "@radix-ui/react-dialog": "^1.1.3", |
29 | 29 | "@radix-ui/react-icons": "^1.3.0", |
|
32 | 32 | "@radix-ui/react-select": "^2.1.2", |
33 | 33 | "@radix-ui/react-slot": "^1.1.0", |
34 | 34 | "@radix-ui/react-tabs": "^1.1.1", |
35 | | - "@types/prismjs": "^1.26.5", |
| 35 | + "@radix-ui/react-toast": "^1.2.6", |
| 36 | + "@radix-ui/react-tooltip": "^1.1.8", |
36 | 37 | "class-variance-authority": "^0.7.0", |
37 | 38 | "clsx": "^2.1.1", |
38 | 39 | "cmdk": "^1.0.4", |
|
42 | 43 | "react": "^18.3.1", |
43 | 44 | "react-dom": "^18.3.1", |
44 | 45 | "react-simple-code-editor": "^0.14.1", |
45 | | - "react-toastify": "^10.0.6", |
46 | 46 | "serve-handler": "^6.1.6", |
47 | 47 | "tailwind-merge": "^2.5.3", |
48 | 48 | "tailwindcss-animate": "^1.0.7", |
|
54 | 54 | "@testing-library/react": "^16.2.0", |
55 | 55 | "@types/jest": "^29.5.14", |
56 | 56 | "@types/node": "^22.7.5", |
| 57 | + "@types/prismjs": "^1.26.5", |
57 | 58 | "@types/react": "^18.3.10", |
58 | 59 | "@types/react-dom": "^18.3.0", |
59 | 60 | "@types/serve-handler": "^6.1.4", |
|
0 commit comments