UNPKG

modelfetch

Version:

CLI for MCP servers built with ModelFetch

64 lines 1.41 kB
{ "name": "modelfetch", "version": "1.0.13", "description": "CLI 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" }, "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" }, "./cli": { "types": "./dist/cli.d.ts", "import": "./dist/cli.js" }, "./config": { "types": "./dist/config.d.ts", "import": "./dist/config.js" } }, "bin": { "modelfetch": "./bin/index.js" }, "files": [ "bin", "dist" ], "dependencies": { "@modelcontextprotocol/inspector": "^0.16.5", "@modelfetch/core": "^1.0.13", "c12": "^3.2.0", "commander": "^14.0.0", "get-port": "^7.1.0", "js-runtime": "^0.0.8", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^4.1.12" } }