{ "name": "@vibemap.ai/mcp-server", "mcpName": "io.github.AshMet/vibemap-mcp", "version": "2.10.0", "description": "VibeMap MCP Server \u2014 connect your IDE agent to VibeMap via the Model Context Protocol", "main": "build/index.js", "type": "module", "bin": { "vibemap-mcp": "build/index.js" }, "engines": { "node": ">=18" }, "packageManager": "pnpm@11.9.0", "publishConfig": { "access": "public" }, "files": [ "build/**/*", "README.md" ], "keywords": [ "mcp", "model-context-protocol", "vibemap", "ai", "agent", "ide" ], "author": "VibeMap", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/AshMet/vibemap-mcp.git" }, "bugs": { "url": "https://github.com/AshMet/vibemap-mcp/issues" }, "homepage": "https://vibemap.ai/docs/developer-docs/mcp-server/introduction", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc -w", "sync-version": "node scripts/sync-version.mjs", "version": "node scripts/sync-version.mjs && git add server.json", "prepublishOnly": "npm run build", "test": "vitest run", "test:watch": "vitest", "assert:overrides": "node scripts/assert-overrides.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "node-fetch": "^3.3.2", "zod": "^4.3.5" }, "devDependencies": { "@types/node": "^26.0.1", "@types/node-fetch": "^2.6.13", "msw": "^2.1.0", "ts-node": "^10.9.2", "typescript": "^7.0.2", "undici": "^8.4.1", "vitest": "^4.1.0" } }