UNPKG

@modelfetch/core

Version:

Core utilities for MCP servers built with ModelFetch

45 lines 961 B
{ "name": "@modelfetch/core", "version": "1.0.0", "description": "Core utilities 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-core" }, "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/mcp": "^0.1.1", "hono": "^4.8.12" } }