Skip to main content
Glama
firebase
by firebase
package.json1.29 kB
{ "name": "anthropic-testapp", "version": "0.0.1", "description": "Sample Genkit app showcasing Anthropic plugin stable and beta usage.", "main": "lib/stable/basic.js", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "start:stable": "node lib/stable/basic.js", "start:beta": "node lib/beta/basic.js", "dev:stable": "genkit start -- npx tsx --watch src/stable/basic.ts", "dev:beta": "genkit start -- npx tsx --watch src/beta/basic.ts", "dev:stable:text-plain": "genkit start -- npx tsx --watch src/stable/text-plain.ts", "dev:stable:webp": "genkit start -- npx tsx --watch src/stable/webp.ts", "dev:stable:pdf": "genkit start -- npx tsx --watch src/stable/pdf.ts", "genkit:dev": "cross-env GENKIT_ENV=dev npm run dev:stable", "genkit:start": "cross-env GENKIT_ENV=dev genkit start -- tsx --watch src/stable/basic.ts", "dev": "export GENKIT_RUNTIME_ID=$(openssl rand -hex 8) && node lib/stable/basic.js 2>&1" }, "keywords": [ "genkit", "anthropic", "sample" ], "author": "", "license": "Apache-2.0", "dependencies": { "genkit": "workspace:*", "@genkit-ai/anthropic": "workspace:*" }, "devDependencies": { "cross-env": "^10.1.0", "tsx": "^4.19.2", "typescript": "^5.6.2" } }

Latest Blog Posts

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