-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.1 KB
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
32
33
34
35
36
37
38
{
"name": "model-context-protocol",
"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 DANGEROUSLY_OMIT_AUTH=true && npx @modelcontextprotocol/inspector npm run server:dev",
"client:dev": "tsx src/client.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeztech-atique/model-context-protocol.git"
},
"author": "Atique Ahmed",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeztech-atique/model-context-protocol/issues"
},
"homepage": "https://github.com/codeztech-atique/model-context-protocol#readme",
"dependencies": {
"@ai-sdk/google": "^1.2.19",
"@anthropic-ai/sdk": "^0.62.0",
"@inquirer/prompts": "^7.8.6",
"@modelcontextprotocol/sdk": "^1.18.0",
"@types/node": "^24.5.0",
"ai": "^4.3.16",
"dotenv": "^17.2.2",
"tsx": "^4.20.5",
"typescript": "^5.8.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.16.7"
}
}