Skip to content

Add get_webhook_events tool to Worker McpAgent #42

Add get_webhook_events tool to Worker McpAgent

Add get_webhook_events tool to Worker McpAgent #42

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: pip install -r requirements.txt
- run: python -m unittest discover -v