UNPKG

modelfetch

Version:

CLI for building and running MCP servers with ModelFetch

45 lines 943 B
{ "name": "modelfetch", "version": "0.19.0", "description": "CLI for building and running MCP servers 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" }, "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" } }, "bin": { "modelfetch": "./bin/index.js" }, "files": [ "bin", "dist" ] }