{ "name": "mcp-bbc-goodfood", "version": "1.1.0", "description": "MCP server for BBC Good Food. Search recipes, read ingredients and steps, and rescale quantities. No API key required.", "keywords": [ "mcp", "model-context-protocol", "bbc-good-food", "recipes", "cooking", "ingredient-scaling" ], "homepage": "https://github.com/smeet666/mcp-bbc-goodfood#readme", "bugs": { "url": "https://github.com/smeet666/mcp-bbc-goodfood/issues" }, "funding": { "type": "buymeacoffee", "url": "https://buymeacoffee.com/smeet666" }, "repository": { "type": "git", "url": "git+https://github.com/smeet666/mcp-bbc-goodfood.git" }, "license": "MIT", "author": { "name": "Damien Bouissou", "url": "https://github.com/smeet666" }, "type": "module", "bin": { "mcp-bbc-goodfood": "dist/index.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./client": { "types": "./dist/bbcgoodfood/client.d.ts", "import": "./dist/bbcgoodfood/client.js" } }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "PRIVACY.md", "server.json" ], "engines": { "node": ">=24.0.0" }, "mcpName": "io.github.smeet666/mcp-bbc-goodfood", "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run test/unit", "coverage": "vitest run test/unit --coverage", "test:live": "vitest run test/live --testTimeout=90000", "build:fixtures": "node scripts/build-fixtures.mjs", "build:manifest": "npm run build && node scripts/build-manifest-tools.mjs", "format": "biome check --write && prettier --write \"**/*.{md,yml}\"", "check": "biome ci && prettier --check \"**/*.{md,yml}\"", "prepublishOnly": "npm run typecheck && npm run test && npm run build", "start": "node dist/index.js", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "audit:floors": "node scripts/audit-floors.mjs" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.5.4" }, "devDependencies": { "@biomejs/biome": "2.5.12", "@types/node": "24.13.4", "@vitest/coverage-v8": "4.1.11", "prettier": "3.9.6", "tsup": "8.5.1", "typescript": "5.9.3", "vitest": "4.1.11" } }