Files
skill-seekers-reference/pyproject.toml
yusyus acb79b4358 fix: add PyYAML as core dependency for workflow preset management
workflow_tools.py imports yaml at module level, but PyYAML was not
declared in requirements.txt or pyproject.toml core dependencies.
This caused ModuleNotFoundError when tools/__init__.py was loaded,
silently breaking server.py's try block and leaving list_tools
undefined -- causing all test_mcp_server.py tests to fail in CI.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-18 23:42:34 +03:00

9.1 KiB