We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d38af9 commit 9af5a41Copy full SHA for 9af5a41
package.json
@@ -23,7 +23,7 @@
23
"dist"
24
],
25
"scripts": {
26
- "start:example-server0": "tsx examples/example-server.ts",
+ "start:example-server0": "bun examples/example-server.ts",
27
"start:example-server": "cd ../openai-apps-sdk-examples && concurrently \"npm run serve\" \"cd pizzaz_server_node && PORT=3001 npm start\"",
28
"start:sandbox-proxy": "python3 sandbox_proxy.py",
29
"start": "npm run build && npm run start:example-server",
@@ -46,10 +46,8 @@
46
"dependencies": {
47
"@modelcontextprotocol/sdk": "^1.20.1",
48
"bun": "^1.3.2",
49
- "esbuild": "~0.19.10",
50
"react": "^19.2.0",
51
"react-dom": "^19.2.0",
52
- "tsx": "^4.20.6",
53
"typescript": "5.7.2",
54
"zod": "^3.25"
55
}
0 commit comments