UNPKG

@channel.io/channel-talk-integration-mcp

Version:

Channel Talk Integration MCP - Installation guides for Channel Talk SDK across multiple platforms

67 lines 1.52 kB
{ "name": "@channel.io/channel-talk-integration-mcp", "version": "1.1.0", "description": "Channel Talk Integration MCP - Installation guides for Channel Talk SDK across multiple platforms", "main": "dist/index.js", "type": "module", "bin": { "channel-talk-integration-mcp": "./dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.5", "shx": "^0.3.4", "typescript": "^5.3.3" }, "engines": { "node": ">=14.0.0" }, "files": [ "dist", "README.md" ], "author": { "name": "Byeongchan Park", "email": "perry@channel.io", "url": "https://channel.io" }, "license": "MIT", "homepage": "https://channel.io", "repository": { "type": "git", "url": "https://github.com/channel-io/ch-mcp-tools.git", "directory": "apps/integration-channel-talk" }, "bugs": { "url": "https://root.channel.io" }, "keywords": [ "channel-talk", "channel-io", "mcp", "model-context-protocol", "sdk", "integration", "customer-support", "chat", "android", "ios", "react-native", "webview", "javascript" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "tsc && shx chmod +x dist/index.js", "dev": "tsc --watch", "typecheck": "tsc --noEmit", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix" } }