UNPKG

hot-content-mcp

Version:

MCP服务器,支持获取百度热搜、B站热门视频等多平台热门内容数据

39 lines 1.11 kB
{ "name": "hot-content-mcp", "version": "2.4.0", "description": "MCP服务器,支持获取百度热搜、B站热门视频等多平台热门内容数据", "main": "dist/index.js", "type": "module", "bin": { "hot-content-mcp": "dist/cli.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "start:sse": "node dist/index.js sse 3000", "dev": "tsx src/index.ts", "dev:sse": "tsx src/index.ts sse 3000", "test": "node test-mcp-server.js", "test:sse": "node test-sse.js", "test:api": "node src/test-api.js", "test:all": "npm run test && npm run test:sse && npm run test:api", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "hot-content", "trending", "baidu", "bilibili", "hot-search", "api"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "latest", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" } }