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
testapps
dev-ui-gallery
js/testapps/dev-ui-gallery/prompts
js/testapps/dev-ui-gallery/src
js/testapps/dev-ui-gallery/package.json
js/testapps/dev-ui-gallery/tsconfig.json
{ "name": "dev-ui-gallery", "version": "1.0.0", "description": "Loads plugins and flows to demonstrate and test UI features.", "main": "lib/index.js", "scripts": { "start": "node lib/index.js", "dev": "tsx --watch src/index.ts", "genkit:dev": "genkit start -- tsx --watch src/index.ts", "compile": "tsc", "build": "pnpm build:clean && pnpm compile", "build:clean": "rimraf ./lib", "build:watch": "tsc --watch", "build-and-run": "pnpm build && node lib/index.js" }, "keywords": [], "author": "Google, LLC", "license": "ISC", "devDependencies": { "cross-env": "^7.0.3", "rimraf": "^6.0.1", "tsx": "^4.19.2", "typescript": "^5.3.3" }, "dependencies": { "@genkit-ai/dev-local-vectorstore": "workspace:*", "@genkit-ai/evaluator": "workspace:*", "@genkit-ai/firebase": "workspace:*", "@genkit-ai/google-cloud": "workspace:*", "@genkit-ai/googleai": "workspace:*", "@genkit-ai/vertexai": "workspace:*", "firebase-admin": ">=12.2", "firebase-functions": "^6.3.1", "genkit": "workspace:*", "genkitx-chromadb": "workspace:*", "genkitx-ollama": "workspace:*", "genkitx-pinecone": "workspace:*" } }