Skip to content

docs: dashboard address note — fixed port 37778, localhost-only #5

docs: dashboard address note — fixed port 37778, localhost-only

docs: dashboard address note — fixed port 37778, localhost-only #5

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.12"
cache: pip
- run: pip install -e ".[dev,daemon,mcp]"
- run: pytest -q