File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
agents_mcp_usage/multi_mcp/multi_mcp_use Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1+ name : PR Open/Sync - Lint
2+ on :
3+ pull_request :
4+ types : [opened, synchronize]
5+ branches :
6+ - main
7+
8+ jobs :
9+ lint :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-python@v5
14+ with :
15+ python-version : ' 3.13'
16+ - run : pip install uv
17+ - run : uv sync
18+ - run : make lint
Original file line number Diff line number Diff line change 11install :
22 uv sync
3- npm install -g @mermaid-js/mermaid-cli
3+ npm install -g @mermaid-js/mermaid-cli
4+
5+ lint :
6+ uv run ruff check .
Original file line number Diff line number Diff line change 1919os .environ ["GOOGLE_API_KEY" ] = os .getenv ("GEMINI_API_KEY" , "" )
2020
2121# Configure logging if LOGFIRE_TOKEN is set
22- logfire .configure (send_to_logfire = "if-token-present" , service_name = "adk-basic -mcp" )
22+ logfire .configure (send_to_logfire = "if-token-present" , service_name = "adk-multi -mcp" )
2323logfire .instrument_mcp ()
2424
2525
You can’t perform that action at this time.
0 commit comments