Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Wanaku MCP Server
Claim
Official
by
wanaku-ai
GitHub
Cloud Platforms
Developer Tools
Apache 2.0
41
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
ui
ui/public
ui/src
ui/eslint.config.js
ui/.gitignore
ui/index.html
ui/orval.config.ts
ui/package.json
ui/README.md
ui/tsconfig.app.json
ui/tsconfig.json
ui/tsconfig.node.json
ui/vite.config.ts
ui/yarn.lock
ui/.yarnrc.yml
{ "name": "ui", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "orval --config ./orval.config.ts && vite", "build": "orval --config ./orval.config.ts && tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "resolutions": { "jsonpath-plus": "^10.3.0" }, "dependencies": { "@carbon/icons-react": "^11.55.0", "@carbon/layout": "^11.30.0", "@carbon/react": "^1.76.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-is": "^19.0.0", "react-router-dom": "^6.14.1", "sass": "^1.85.1" }, "devDependencies": { "@eslint/js": "^9.19.0", "@types/node": "^22.13.5", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.19.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.18", "globals": "^15.14.0", "orval": "^7.6.0", "prettier": "3.5.3", "sass-embedded": "^1.85.0", "typescript": "~5.7.2", "typescript-eslint": "^8.22.0", "vite": "^6.2.0" }, "packageManager": "yarn@4.6.0" }