Skip to content

Extract HTTP bind settings from MCP server construction. #75

Extract HTTP bind settings from MCP server construction.

Extract HTTP bind settings from MCP server construction. #75

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version-file: '.python-version'
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync --dev
- name: Run tests
run: uv run pytest tests/ -v