Skip to main content
Glama

Genkit MCP

Official
by firebase
#!/usr/bin/env bash # # Run tests for all supported Python versions # # Copyright 2025 Google LLC # SPDX-License-Identifier: Apache-2.0 set -euo pipefail TOP_DIR=$(git rev-parse --show-toplevel) PYTHON_VERSIONS=( "3.12" "3.13" ) for VERSION in "${PYTHON_VERSIONS[@]}"; do echo "Running tests with Python ${VERSION}..." uv run --python "python${VERSION}" --directory "${TOP_DIR}/py" pytest -vv . done

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