UNPKG

mcp-cook

Version:

An MCP service for providing dish information.

38 lines 772 B
{ "name": "mcp-cook", "version": "0.0.6", "description": "An MCP service for providing dish information.", "keywords": [ "MCP", "cookbook", "dishes", "recipes", "ai agent" ], "repository": { "type": "git", "url": "https://github.com/Disdjj/mcp-cook" }, "bin": { "mcp-cook": "build/index.js" }, "files": [ "build" ], "license": "MIT", "author": "DJJ", "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "zod": "^3.24.2", "fs-extra": "^11.2.0" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/node": "^22.13.5", "typescript": "^5.7.3" }, "type": "module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"" } }