UNPKG

@wizdy/typescript-sdk

Version:

Typescript Implementation of Model Context Protocols with multi-tenant and API key support

58 lines (57 loc) 1.56 kB
{ "name": "@wizdy/typescript-sdk", "version": "1.1.2", "description": "Typescript Implementation of Model Context Protocols with multi-tenant and API key support", "author": "wizdy", "homepage": "https://vcorp.ai", "repository": { "type": "git", "url": "https://github.com/wizd/typescript-sdk.git" }, "bugs": { "url": "https://github.com/wizd/typescript-sdk/issues" }, "keywords": [ "mcp", "model-context-protocol", "typescript", "sdk", "multi-tenant", "api-authentication" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./*": "./dist/*" }, "files": [ "dist" ], "scripts": { "build": "tsc", "build:all": "npm run build -ws --include-workspace-root", "watch": "tsc --watch", "check": "npx @biomejs/biome check --write --unsafe", "link": "npm link -ws --include-workspace-root", "prepublishOnly": "npm run build" }, "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "content-type": "^1.0.5", "express": "^5.1.0", "raw-body": "^3.0.0", "uuid": "^11.1.0", "ws": "^8.18.2" }, "devDependencies": { "@types/content-type": "^1.1.8", "@types/express": "^5.0.1", "@types/node": "^20.17.30", "@types/ws": "^8.18.1", "typescript": "^5.0.0" }, "packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f" }