UNPKG

@hakxel/mantine-ui-server

Version:

MCP server for working with Mantine UI components - provides documentation, generation, and theme utilities

51 lines (50 loc) 1.15 kB
{ "name": "@hakxel/mantine-ui-server", "version": "0.1.0", "description": "MCP server for working with Mantine UI components - provides documentation, generation, and theme utilities", "private": false, "type": "module", "bin": { "mantine-ui-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node scripts/chmod.js", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@mantine/core": "^7.17.3", "@modelcontextprotocol/sdk": "0.6.0", "axios": "^1.8.4", "cheerio": "^1.0.0", "puppeteer": "^24.4.0" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "keywords": [ "mantine", "ui", "components", "mcp", "claude", "anthropic", "mantine-ui", "model-context-protocol" ], "author": "hakxel", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hakxel/mantine-ui-server" }, "engines": { "node": ">=16.0.0" } }