Skip to main content
Glama
package.json1.19 kB
{ "name": "@upstash/context7-sdk", "version": "0.1.0", "description": "JavaScript/TypeScript SDK for Context7", "scripts": { "build": "tsup", "test": "vitest run", "test:watch": "vitest", "dev": "tsup --watch", "clean": "rm -rf dist", "lint": "eslint .", "lint:check": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/upstash/context7.git", "directory": "packages/sdk" }, "keywords": [ "context7", "sdk", "documentation", "ai", "upstash" ], "author": "Upstash", "license": "MIT", "type": "module", "exports": { ".": { "import": "./dist/client.js", "require": "./dist/client.cjs" } }, "main": "./dist/client.cjs", "module": "./dist/client.js", "types": "./dist/client.d.ts", "files": [ "dist" ], "bugs": { "url": "https://github.com/upstash/context7/issues" }, "homepage": "https://github.com/upstash/context7#readme", "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "^22.13.14", "dotenv": "^17.2.3", "tsup": "^8.5.1", "typescript": "^5.8.2", "vitest": "^4.0.13" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/upstash/context7-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server