Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Genkit MCP
Claim
Official
by
firebase
npm
GitHub
TypeScript
Apache 2.0
127
1,173
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
js
plugins
google-cloud
js/plugins/google-cloud/src
js/plugins/google-cloud/tests
js/plugins/google-cloud/jest.config.ts
js/plugins/google-cloud/LICENSE
js/plugins/google-cloud/.npmignore
js/plugins/google-cloud/package.json
js/plugins/google-cloud/README.md
js/plugins/google-cloud/tsconfig.json
js/plugins/google-cloud/tsup.config.ts
js/plugins/google-cloud/typedoc.json
{ "name": "@genkit-ai/google-cloud", "description": "Genkit AI framework plugin for Google Cloud Platform including Firestore trace/state store and deployment helpers for Cloud Functions for Firebase.", "keywords": [ "genkit", "genkit-plugin", "genkit-telemetry", "genkit-deploy", "genkit-flow", "google cloud", "google cloud platform", "ai", "genai", "generative-ai" ], "version": "1.1.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", "test": "node node_modules/jest/bin/jest --runInBand --verbose" }, "repository": { "type": "git", "url": "https://github.com/firebase/genkit.git", "directory": "js/plugins/google-cloud" }, "author": "genkit", "license": "Apache-2.0", "dependencies": { "@google-cloud/logging-winston": "^6.0.0", "@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.19.0", "@google-cloud/opentelemetry-cloud-trace-exporter": "^2.4.1", "@google-cloud/opentelemetry-resource-util": "^2.4.0", "@opentelemetry/api": "^1.9.0", "@opentelemetry/auto-instrumentations-node": "^0.49.1", "@opentelemetry/core": "^1.25.0", "@opentelemetry/instrumentation": "^0.52.0", "@opentelemetry/instrumentation-pino": "^0.41.0", "@opentelemetry/instrumentation-winston": "^0.39.0", "@opentelemetry/resources": "^1.25.0", "@opentelemetry/sdk-metrics": "^1.25.0", "@opentelemetry/sdk-node": "^0.52.0", "@opentelemetry/sdk-trace-base": "^1.25.0", "google-auth-library": "^9.6.3", "node-fetch": "^3.3.2", "winston": "^3.12.0" }, "peerDependencies": { "genkit": "workspace:^" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/node": "^20.11.16", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "ts-jest": "^29.1.2", "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" } } }