{ "name": "mcp-me", "version": "0.6.0", "mcpName": "io.github.paladini/mcp-me", "description": "A community-driven MCP server framework that lets anyone expose personal information to AI assistants via the Model Context Protocol.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": { "mcp-me": "./dist/cli.js" }, "sideEffects": false, "files": [ "dist", "templates" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src/ tests/", "lint:fix": "eslint src/ tests/ --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build", "pack:mcpb": "node scripts/pack-mcpb.mjs", "generate:install-links": "node scripts/generate-install-links.mjs", "validate:open-plugin": "node scripts/validate-open-plugin.mjs" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "personal-profile", "ai", "llm", "ai-assistant", "claude", "cursor", "windsurf", "copilot", "plugin", "generator", "yaml", "cli", "typescript", "identity", "profile", "framework" ], "author": "Fernando Paladini", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/paladini/mcp-me.git" }, "publishConfig": { "access": "public", "provenance": true }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "commander": "^13.1.0", "yaml": "^2.7.1", "zod": "^3.24.4" }, "devDependencies": { "@eslint/js": "^9.39.4", "@types/node": "^22.15.3", "eslint": "^9.27.0", "eslint-config-prettier": "^10.1.1", "harness-score": "^1.3.2", "prettier": "^3.5.3", "tsup": "^8.4.0", "typescript": "^5.8.3", "typescript-eslint": "^8.57.1", "vitest": "^3.1.3" } }