Files

47 lines
1.4 KiB
JSON

{
"name": "mcp-apps-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"npm run dev:ui\" \"npm run dev:mcp\" --names ui,mcp --prefix-colors blue,green --kill-others",
"dev:ui": "next dev --turbopack",
"dev:mcp": "./scripts/run-mcp-server.sh || scripts\\run-mcp-server.bat",
"build": "next build",
"start": "next start",
"install:mcp": "cd threejs-server && npm install",
"postinstall": "npm run install:mcp",
"channel": "tsx --tsconfig tsconfig.channel.json channel-host.mts",
"typecheck:channel": "tsc -p tsconfig.channel.json --noEmit"
},
"dependencies": {
"@ag-ui/client": "0.0.59",
"@ag-ui/mcp-apps-middleware": "^0.0.3",
"@copilotkit/channels": "0.9.0",
"@copilotkit/react-core": "1.70.2",
"@copilotkit/react-ui": "1.70.2",
"@copilotkit/runtime": "1.70.2",
"dotenv": "^16.4.7",
"hono": "^4.12.10",
"lucide-react": "^0.561.0",
"next": "16.1.1",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"concurrently": "^9.1.2",
"tailwindcss": "^4",
"tsx": "^4.19.2",
"typescript": "^5"
},
"overrides": {
"@ag-ui/client": "0.0.59",
"@ag-ui/core": "0.0.59",
"@ag-ui/encoder": "0.0.59",
"@ag-ui/proto": "0.0.59"
}
}