aodianyun-lcps-mcp
Version:
奥点云活动导播台工程MCP服务
42 lines (41 loc) • 873 B
JSON
{
"name": "aodianyun-lcps-mcp",
"version": "1.0.34",
"description": "奥点云活动导播台工程MCP服务",
"type": "module",
"bin": {
"aodianyun-lcps-mcp": "server.js"
},
"files": [
"server.js",
"README.md",
"help_func_LcpsWebCall.js",
"help_func_LcpsWebsocketClient.js"
],
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "node test.js",
"build": "echo 'No build step required'"
},
"keywords": [
"mcp",
"aodianyun",
"active-lcps",
"live-streaming",
"ai",
"claude",
"cline"
],
"author": "aodianyun",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"node-fetch": "^3.3.2",
"ws": "^8.18.3",
"zod": "^3.22.4"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}