{
  "name": "@pythoughts/vue-skills-mcp",
  "version": "0.3.1",
  "type": "module",
  "description": "MCP server exposing the Vue 3 best-practice skills so any MCP coding agent can fetch them automatically on Vue work.",
  "author": "Mohamed Elkholy (elkaix)",
  "license": "MIT",
  "homepage": "https://github.com/Pythoughts-labs/vue3-best-practices",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Pythoughts-labs/vue3-best-practices.git",
    "directory": "mcp"
  },
  "bin": {
    "vue-skills-mcp": "./index.mjs"
  },
  "files": [
    "index.mjs",
    "skills"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "start": "node index.mjs",
    "test": "node smoke-test.mjs",
    "prepack": "rm -rf skills && cp -R ../skills ./skills",
    "postpack": "rm -rf skills"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "zod": "^3.23.8"
  }
}
