Metadata-Version: 2.4
Name: iflow-mcp_kahnwong-agent-with-mcp-adk
Version: 0.1.0
Author-email: Karn Wong <karn@karnwong.me>
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.120.1
Requires-Dist: google-adk[a2a]>=1.17.0
Requires-Dist: google-generativeai>=0.8.3
Requires-Dist: line-bot-sdk>=3.20.0
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: requests>=2.32.5
Requires-Dist: uvicorn>=0.38.0
Requires-Dist: fastmcp>=2.14.5
Requires-Dist: beautifulsoup4>=4.14.3
Requires-Dist: html2text>=2024.2.26
Dynamic: requires-python

# devfest-2025-from-code-to-deployment-build-mcp-tools-for-gemini-and-adk

## Env

```bash
GOOGLE_API_KEY=  # gemini api key
LINE_CHANNEL_SECRET=
LINE_CHANNEL_ACCESS_TOKEN=
```

## Usage

```bash
make start-webhook
make start-mcp-server
make start-agent-a
```

Use `https://foo.example.tld/webhook` for LINE webhook url.

## Prompt

```bash
what is current weather in new york city
```
