0.1.1
Warning
Denial-of-service defect — upgrade to 0.1.2. A single anonymous GET to any MCP endpoint permanently pegs one worker at ~100% CPU (the SSE disconnect listener spins against the bridge's synthesized receive). Fixed in 0.1.2 (ADR-0017).
django-stateless-mcp 0.1.1
Fixed
- A bare install could not be imported. 0.1.0's
__init__eagerly
importedStructlogRequestLogger, whose module imports structlog — an
optional dependency — soimport django_stateless_mcpraised
ModuleNotFoundErrorunless the[structlog]extra happened to be
installed. The logger is now imported lazily (PEP 562), and reaching it
without structlog raises anImportErrornaming the extra to install:
django-stateless-mcp[structlog]. 0.1.0 has been yanked on PyPI.