UNPKG

@pubnub/mcp

Version:

PubNub Model Context Protocol MCP Server for Cursor and Claude

54 lines (53 loc) 1.18 kB
{ "name": "@pubnub/mcp", "version": "1.0.106", "type": "module", "description": "PubNub Model Context Protocol MCP Server for Cursor and Claude", "main": "index.js", "bin": "index.js", "scripts": { "test": "node test.js", "test-all": "node test_all.js" }, "files": [ "index.js", "lib", "chat_sdk_urls.txt", "package.json", "resources" ], "repository": { "type": "git", "url": "git+https://github.com/pubnub/pubnub-mcp-server.git" }, "keywords": [ "PubNub", "LLM", "MPC", "Model Context Protocol" ], "author": "Stephen Blum", "license": "MIT", "bugs": { "url": "https://github.com/pubnub/pubnub-mcp-server/issues" }, "homepage": "https://github.com/pubnub/pubnub-mcp-server#readme", "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "cbor-sync": "^1.0.4", "eventsource": "^4.0.0", "express": "^5.1.0", "node-html-parser": "^6.1.13", "pubnub": "^9.6.0", "zod": "^3.25.67" }, "devDependencies": { "openai": "^4.0.0" }, "overrides": { "react-native-url-polyfill": "npm:whatwg-url@^11.0.0" } }