UNPKG

@upstash/context7-mcp

Version:
62 lines 1.78 kB
{ "name": "@upstash/context7-mcp", "version": "3.2.3", "mcpName": "io.github.upstash/context7", "description": "MCP server for Context7", "repository": { "type": "git", "url": "git+https://github.com/upstash/context7.git", "directory": "packages/mcp" }, "keywords": [ "modelcontextprotocol", "mcp", "context7", "vibe-coding", "developer tools", "documentation", "context" ], "author": "abdush", "license": "MIT", "type": "module", "bin": { "context7-mcp": "dist/index.js" }, "files": [ "dist", "LICENSE", "README.md" ], "bugs": { "url": "https://github.com/upstash/context7/issues" }, "homepage": "https://github.com/upstash/context7#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@types/express": "^5.0.4", "@upstash/redis": "^1.38.0", "commander": "^13.1.0", "express": "^5.1.0", "jose": "^6.1.3", "undici": "^6.26.0", "zod": "^4.4.3" }, "devDependencies": { "@types/node": "^25.0.3", "typescript": "^5.8.2", "vitest": "^4.0.13" }, "scripts": { "build": "tsc && chmod 755 dist/index.js", "test": "pnpm exec vitest run", "typecheck": "tsc --noEmit", "lint": "eslint .", "lint:check": "eslint .", "format": "prettier --write .", "format:check": "prettier --check .", "dev": "tsc --watch", "start": "node dist/index.js --transport http", "pack-mcpb": "pnpm install && pnpm run build && rm -rf node_modules && pnpm install --prod && cp mcpb/manifest.json manifest.json && cp mcpb/.mcpbignore .mcpbignore && cp ../../public/icon.png icon.png && mcpb validate manifest.json && mcpb pack . mcpb/context7.mcpb && rm manifest.json .mcpbignore icon.png && pnpm install" } }