Commit graph

2 commits

Author SHA1 Message Date
Jeremiah Lowin
d060e93eec
Narrow examples-gate exclusion to uv.lock, fix qr_server stale import
A bare pyproject.toml in an examples/ subdir isn't evidence of an
incompatible dependency graph -- most just declare extras (qrcode,
phue2, atproto). Only a directory with its own uv.lock is genuinely
independently resolved. Narrowing the exclusion brought 20 more files
into scope and caught exactly the bug class the gate exists for:
qr_server.py's `from mcp import types` / `mimeType=` are stale v1
idioms that would raise on the current SDK.
2026-07-08 09:06:22 -04:00
Jeremiah Lowin
824603517d
Add import-resolution gate for examples 2026-07-07 16:46:41 -04:00