UNPKG

yamcp-ui

Version:

Web-based dashboard for YAMCP (Yet Another MCP) - A Model Context Protocol workspace manager. Built on top of YAMCP by Hamid Alipour (https://github.com/hamidra/yamcp)

103 lines (102 loc) 2.68 kB
{ "name": "yamcp-ui", "version": "1.0.9", "description": "Web-based dashboard for YAMCP (Yet Another MCP) - A Model Context Protocol workspace manager. Built on top of YAMCP by Hamid Alipour (https://github.com/hamidra/yamcp)", "type": "module", "bin": { "yamcp-ui": "./bin/yamcp-ui.js" }, "files": [ "dist", "bin", "server.mjs", "README.md", "LICENSE" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "start": "node server.mjs", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "ai", "dashboard", "ui", "yamcp", "workspace", "server-management" ], "author": { "name": "Elad Cohen", "url": "https://www.linkedin.com/in/eladgocode/" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/eladcandroid/yamcp-ui.git" }, "homepage": "https://github.com/eladcandroid/yamcp-ui#readme", "bugs": { "url": "https://github.com/eladcandroid/yamcp-ui/issues" }, "contributors": [ { "name": "Hamid Alipour", "url": "https://github.com/hamidra", "role": "Creator of YAMCP" } ], "engines": { "node": ">=18.0.0" }, "peerDependencies": { "yamcp": ">=0.2.0" }, "dependencies": { "@anthropic-ai/claude-code": "^1.0.31", "@codemirror/basic-setup": "^0.20.0", "@codemirror/lang-json": "^6.0.1", "@codemirror/state": "^6.5.2", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.36.8", "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-slot": "^1.2.3", "@types/react-syntax-highlighter": "^15.5.13", "@uiw/react-codemirror": "^4.23.12", "ace-builds": "^1.41.0", "class-variance-authority": "^0.7.1", "clsx": "^2.0.0", "cors": "^2.8.5", "date-fns": "^2.30.0", "env-paths": "^3.0.0", "express": "^4.18.2", "lucide-react": "^0.263.1", "react": "^18.2.0", "react-ace": "^14.0.1", "react-dom": "^18.2.0", "react-router-dom": "^6.8.1", "react-syntax-highlighter": "^15.6.1", "recharts": "^2.8.0", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@types/cors": "^2.8.13", "@types/express": "^4.17.17", "@types/node": "^20.5.0", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.4.14", "postcss": "^8.4.24", "tailwindcss": "^3.3.0", "typescript": "^5.0.2", "vite": "^4.4.5" } }