-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
39
40
41
42
43
44
45
46
47
{
"name": "mcp-immostage",
"version": "1.0.0",
"mcpName": "io.github.LarryWalkerDEV/immostage",
"description": "MCP Server for AI Virtual Staging - stage rooms, beautify floor plans, classify images, optimize listings",
"type": "module",
"main": "dist/transport.js",
"scripts": {
"dev": "tsx src/transport.ts",
"build": "tsc",
"start": "node dist/transport.js",
"test": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"mcp",
"virtual-staging",
"real-estate",
"PropTech",
"immobilien",
"floor-plan",
"ai-staging"
],
"author": "ImmoStage <goerz@immostage.ai>",
"license": "MIT",
"homepage": "https://immostage.ai",
"repository": {
"type": "git",
"url": "https://github.com/LarryWalkerDEV/mcp-immostage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"@supabase/supabase-js": "^2.97.0",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"express": "^4.21.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/express": "^5.0.0",
"@types/node": "^22.12.0",
"@vercel/node": "^5.6.4",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^3.0.5"
}
}