-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mcp-wds-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server:build": "tsc",
"server:build:watch": "tsc --watch",
"server:dev": "tsx src/server.ts",
"server:inspect": "set DANGEROUSLEY_OMIT_AUTH=true && pnpm dlx @modelcontextprotocol/inspector pnpm server:dev",
"client:dev": "tsx src/client.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.0",
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.17.0",
"@types/node": "^24.7.0",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
},
"dependencies": {
"@ai-sdk/google": "^2.0.19",
"@inquirer/prompts": "^7.8.6",
"@modelcontextprotocol/sdk": "^1.20.0",
"ai": "^5.0.65",
"dotenv": "^17.2.3",
"zod": "^3.25.76"
}
}