{ "name": "vueuse-mcp", "version": "1.0.0", "mcpName": "io.github.kovoor/vueuse-mcp", "description": "MCP server that gives AI coding agents instant access to VueUse documentation — search composables, read docs, and get suggestions", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/kovoor/vueuse-mcp.git" }, "keywords": [ "mcp", "vueuse", "vue", "composables", "model-context-protocol", "ai", "coding-agent" ], "bin": { "vueuse-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc && cp src/data/composables.json dist/data/composables.json", "scrape": "tsx src/build/scrape.ts", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "gray-matter": "^4.0.3", "p-limit": "^6.2.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4", "tsx": "^4.19.3", "typescript": "^5.7.3" } }