Skip to main content
Glama

Genkit MCP

Official
by firebase
package.json1.42 kB
{ "name": "@genkit-ai/evaluator", "description": "Genkit AI framework plugin for RAG evaluation.", "keywords": [ "genkit", "genkit-plugin", "genkit-evaluator", "evaluators", "google ai", "ai", "genai", "generative-ai" ], "version": "1.21.0", "type": "commonjs", "scripts": { "check": "tsc", "compile": "tsup-node", "build:clean": "rimraf ./lib", "build": "npm-run-all build:clean check compile", "build:watch": "tsup-node --watch", "lint": "eslint --config ../../.eslintrc.js --ext .ts src", "lint:fix": "npm run lint -- --fix --quiet" }, "repository": { "type": "git", "url": "https://github.com/firebase/genkit.git", "directory": "js/plugins/evaluators" }, "author": "genkit", "license": "Apache-2.0", "dependencies": { "compute-cosine-similarity": "^1.1.0", "node-fetch": "^3.3.2", "path": "^0.12.7", "dotprompt": "^1.1.1", "jsonata": "^2.0.6" }, "peerDependencies": { "genkit": "workspace:^" }, "devDependencies": { "@types/node": "^20.11.16", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "tsup": "^8.3.5", "tsx": "^4.19.2", "typescript": "^4.9.0" }, "types": "./lib/index.d.ts", "exports": { ".": { "require": "./lib/index.js", "import": "./lib/index.mjs", "types": "./lib/index.d.ts", "default": "./lib/index.js" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/firebase/genkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server