forked from Robbie1977/VFB3-MCP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 864 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 864 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
32
33
34
35
{
"name": "vfb3-mcp",
"version": "1.8.1",
"description": "MCP server for VirtualFlyBrain API integration",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Robbie1977/VFB3-MCP.git"
},
"keywords": [],
"author": "Robbie1977",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Robbie1977/VFB3-MCP/issues"
},
"homepage": "https://github.com/Robbie1977/VFB3-MCP#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"axios": "^1.13.4",
"cors": "^2.8.6"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.2.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}