UNPKG

@modelfetch/node

Version:

Node.js runtime adapter for MCP servers built with ModelFetch

46 lines 1.02 kB
{ "name": "@modelfetch/node", "version": "0.19.0", "description": "Node.js runtime adapter for MCP servers built with ModelFetch", "keywords": [ "model-context-protocol", "mcp", "mcp-server", "ai", "ai-integration", "sdk", "typescript-sdk", "javascript-sdk" ], "homepage": "https://www.modelfetch.com", "bugs": { "url": "https://github.com/phuctm97/modelfetch/issues", "email": "phuctm97@gmail.com" }, "repository": { "type": "git", "url": "git+https://github.com/phuctm97/modelfetch.git", "directory": "libs/modelfetch-node" }, "license": "MIT", "author": { "name": "Minh-Phuc Tran", "email": "phuctm97@gmail.com", "url": "https://x.com/phuctm97" }, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "dependencies": { "@hono/node-server": "^1.18.1", "@modelfetch/core": "^0.19.0", "type-fest": "^4.41.0" } }