uvpatel7271's picture
envrionment setup
0695520
raw
history blame contribute delete
354 Bytes
"""Compatibility helpers expected by validator-oriented scripts."""
from __future__ import annotations
def install_openenv_fastmcp_compat() -> None:
"""Install runtime shims when needed.
The current environment does not require any monkey-patching, so this is a
deliberate no-op kept for validator compatibility.
"""
return None