|
4 | 4 | "version": "1.0.0", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | | - "start:server": "tsx server.ts", |
8 | | - "start:mcp-server": "cd ../simple-server && npm install && npm run start", |
9 | | - "build": "concurrently 'INPUT=example-host-vanilla.html vite build' 'INPUT=example-host-react.html vite build' 'INPUT=sandbox.html vite build'", |
10 | | - "server": "bun server.ts", |
11 | | - "start": "NODE_ENV=development npm run build && concurrently 'npm run start:server' 'npm run start:mcp-server'" |
| 7 | + "start": "NODE_ENV=development npm run build && concurrently 'npm run start:server'", |
| 8 | + "start:server": "bun server.ts", |
| 9 | + "build": "concurrently 'INPUT=example-host-vanilla.html vite build' 'INPUT=example-host-react.html vite build' 'INPUT=sandbox.html vite build'" |
12 | 10 | }, |
13 | 11 | "dependencies": { |
14 | 12 | "@modelcontextprotocol/ext-apps": "../..", |
15 | 13 | "@modelcontextprotocol/sdk": "^1.22.0", |
16 | | - "react-dom": "^19.2.0", |
17 | 14 | "react": "^19.2.0", |
| 15 | + "react-dom": "^19.2.0", |
18 | 16 | "zod": "^3.25.0" |
19 | 17 | }, |
20 | 18 | "devDependencies": { |
21 | 19 | "@types/express": "^5.0.0", |
22 | 20 | "@types/node": "^22.0.0", |
23 | | - "@types/react-dom": "^19.2.2", |
24 | 21 | "@types/react": "^19.2.2", |
| 22 | + "@types/react-dom": "^19.2.2", |
25 | 23 | "@vitejs/plugin-react": "^4.3.4", |
| 24 | + "bun": "^1.3.2", |
26 | 25 | "concurrently": "^9.2.1", |
27 | 26 | "cors": "^2.8.5", |
28 | | - "esbuild": "~0.19.10", |
29 | 27 | "express": "^5.1.0", |
30 | 28 | "prettier": "^3.6.2", |
31 | | - "tsx": "^4.20.6", |
32 | | - "typescript": "^5.9.3", |
33 | | - "vite-plugin-singlefile": "^2.3.0", |
34 | 29 | "vite": "^6.0.0", |
| 30 | + "vite-plugin-singlefile": "^2.3.0", |
35 | 31 | "vitest": "^3.2.4" |
36 | 32 | } |
37 | 33 | } |
0 commit comments