geap-tour

jswortz/geap-tour
★ 0 stars Python 🤖 AI/LLM Updated today
GEAP Workshop: Hands-on Gemini Enterprise Agent Platform tour — ADK agents, MCP servers, Agent Armor, evaluation, governance, and optimization on Google Cloud
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "geap-tour": {
      "command": "uvx",
      "args": [
        "geap-tour"
      ]
    }
  }
}

Or install with pip: pip install geap-tour

README Excerpt

A hands-on workshop demonstrating the full Gemini Enterprise Agent Platform (GEAP) — from building ADK agents with MCP tools through deployment, governance, evaluation, and optimization. | Area | Description | |------|-------------| | **ADK Agents** | Three agents (travel, expense, coordinator) built with Google Agent Development Kit |