UNPKG

@unifuncs/ufn-mcp-server

Version:

UniFuncs MCP Server

46 lines (45 loc) 922 B
{ "name": "@unifuncs/ufn-mcp-server", "version": "0.0.6", "description": "UniFuncs MCP Server", "type": "module", "author": "Vinlic", "license": "ISC", "bin": { "mcp-ufn": "./build/index.js" }, "keywords": [ "unifuncs", "mcp", "mcp-server", "unifuncs-mcp-server", "web-search", "web-reader", "deepresearch" ], "files": [ "build" ], "scripts": { "build": "tsc && chmod 755 build/index.js" }, "repository": { "type": "git", "url": "https://github.com/unifuncs/ufn-mcp-server.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "@types/express": "^5.0.1", "express": "^5.1.0", "node-fetch": "^3.3.2", "zod": "^3.24.2" }, "devDependencies": { "@types/node-fetch": "^2.6.12", "typescript": "^5.6.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" } }