mirror of
https://github.com/upstash/context7.git
synced 2026-02-06 07:08:31 +00:00
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "@upstash/context7-mcp",
|
|
"version": "1.0.0",
|
|
"mcpName": "io.github.upstash/context7",
|
|
"description": "MCP server for Context7",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc && chmod 755 dist/index.js",
|
|
"format": "prettier --write .",
|
|
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
|
|
"lint:check": "eslint \"**/*.{js,ts,tsx}\"",
|
|
"start": "node dist/index.js --transport http",
|
|
"pack-mcpb": "bun install && bun run build && rm -rf node_modules && bun install --production && mv mcpb/.mcpbignore .mcpbignore && mv mcpb/manifest.json manifest.json && mv public/icon.png icon.png && mcpb validate manifest.json && mcpb pack . mcpb/context7.mcpb && mv manifest.json mcpb/manifest.json && mv .mcpbignore mcpb/.mcpbignore && mv icon.png public/icon.png && bun install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/upstash/context7.git"
|
|
},
|
|
"keywords": [
|
|
"modelcontextprotocol",
|
|
"mcp",
|
|
"context7",
|
|
"vibe-coding",
|
|
"developer tools",
|
|
"documentation",
|
|
"context"
|
|
],
|
|
"author": "abdush",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"bin": {
|
|
"context7-mcp": "dist/index.js"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/upstash/context7/issues"
|
|
},
|
|
"homepage": "https://github.com/upstash/context7#readme",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.17.5",
|
|
"@types/express": "^5.0.4",
|
|
"commander": "^14.0.0",
|
|
"express": "^5.1.0",
|
|
"undici": "^6.6.3",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.14",
|
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
"@typescript-eslint/parser": "^8.28.0",
|
|
"eslint": "^9.34.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-prettier": "^5.2.5",
|
|
"prettier": "^3.6.2",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.28.0"
|
|
}
|
|
}
|