yeah-tool-box
Version:
个人MCP工具集合
44 lines (43 loc) • 1.11 kB
JSON
{
"name": "yeah-tool-box",
"version": "1.0.1-beta.7",
"description": "个人MCP工具集合",
"keywords": [
"mcp",
"toolbox",
"yeah",
"modelcontextprotocol"
],
"type": "module",
"files": [
"dist"
],
"bin": {
"yeah-tool-box": "./dist/index.js"
},
"scripts": {
"dev-simple": "node server/server-simple.js",
"dev": "npx @modelcontextprotocol/inspector node server/server-multi-tools.js --stdio",
"clear": "rm -rf dist",
"build": "npm run clear && rollup -c",
"build:watch": "npm run clear && rollup -c -w",
"prepublishOnly": "npm run build"
},
"dependencies": {
"fastmcp": "^3.1.1",
"puppeteer": "^24.26.0",
"zod": "^3.25.64"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"openai": "^4.104.0",
"rollup": "^4.22.4",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-progress": "^1.1.2"
}
}