forked from cleveragents/cleveragents-core
3e93525f4d
- Add uvicorn dependency to pyproject.toml (verified already present) - Add network binding warning for non-localhost hosts - Narrow 12 contextlib.suppress(Exception) to specific NoMatches with debug logging - Change -h flag to -H for --host to avoid --help conflict - Improve type safety in _ServiceHolder with explicit method calls - Fix fragile project ID conversion with proper error handling - Add TODO for CORS middleware