This commit is contained in:
RGJorge
2026-05-07 22:09:10 +00:00
parent d18a459a57
commit 5872eff157
12 changed files with 585 additions and 142 deletions
+7 -2
View File
@@ -12,7 +12,10 @@
"start": "bun run src/server/index.ts --all",
"preview": "bun run build && bun run start",
"mcp": "bun src/server/mcp.ts",
"setup:mcp": "bun scripts/install-mcp.ts"
"setup:mcp": "bun scripts/install-mcp.ts",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
@@ -25,6 +28,7 @@
"devDependencies": {
"@dagrejs/dagre": "^1",
"@tailwindcss/vite": "^4",
"@types/bun": "^1.3.13",
"@types/dockerode": "^3",
"@types/react": "^19",
"@types/react-dom": "^19",
@@ -35,6 +39,7 @@
"react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5",
"vite": "^6"
"vite": "^6",
"vitest": "^4.1.5"
}
}