feat: add MCP Hub Dashboard with server status and tool information display

This commit is contained in:
samanhappy
2025-04-01 16:45:10 +08:00
parent 0b20032e94
commit e87e196775
7 changed files with 3642 additions and 48 deletions

View File

@@ -20,8 +20,24 @@
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@shadcn/ui": "^0.0.4",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"lucide-react": "^0.486.0",
"next": "^15.2.4",
"postcss": "^8.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.1.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^4.0.17",
"zod": "^3.24.2"
},
"devDependencies": {