{ "name": "@starwind-ui/mcp", "version": "0.5.1", "description": "Framework-aware Starwind UI v3 tools for Astro and React setup, components, docs, and migration.", "mcpName": "io.github.starwind-ui/mcp", "homepage": "https://starwind.dev/docs/getting-started/mcp/", "type": "module", "main": "dist/server.js", "bin": { "starwind-ui-mcp": "./dist/server.js" }, "repository": { "type": "git", "url": "https://github.com/starwind-ui/starwind-ui-mcp.git" }, "bugs": { "url": "https://github.com/starwind-ui/starwind-ui-mcp/issues" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "starwind", "starwind-ui", "starwind-pro", "astro", "react", "components", "ui-components", "runtime", "documentation", "migration", "developer-tools", "ai-agents", "coding-agents", "codex", "claude", "cursor", "windsurf", "typescript" ], "author": { "name": "boston343", "url": "https://github.com/boston343" }, "license": "MIT", "scripts": { "start": "node dist/server.js", "dev": "pnpm build && node dist/server.js", "build": "tsc", "build:clean": "pnpm build && tsx scripts/clean_dist.ts", "clean": "tsx scripts/clean_dist.ts", "clean:deploy": "tsx scripts/clean_dist.ts && tsx scripts/copy_deploy.ts", "watch": "tsc --watch", "format": "pnpm format:write", "format:write": "eslint . --fix && prettier --write \"**/*.{ts,js,mjs,cjs}\" --cache", "lint": "eslint .", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "version": "changeset version", "local:release": "pnpm build && changeset version && changeset publish" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.2", "dotenv": "^17.2.3", "zod": "^3.25.76" }, "devDependencies": { "@changesets/cli": "^2.29.8", "@eslint/js": "^10.0.1", "@types/node": "^26.0.0", "@vitest/coverage-v8": "^4.0.17", "eslint": "^10.5.0", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-simple-import-sort": "^13.0.0", "globals": "^17.0.0", "nodemon": "^3.1.11", "prettier": "^3.8.0", "tsx": "^4.21.0", "typescript": "^6.0.3", "typescript-eslint": "^8.53.1", "vitest": "^4.0.17" }, "packageManager": "pnpm@11.8.0", "engines": { "node": "^20.6.0 || >=22.0.0" } }