doc updates

This commit is contained in:
lda
2026-05-19 23:58:43 +07:00 Verified
parent d5264e179a
commit 4b9e3cb26b
7 changed files with 30 additions and 145 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from wf_mcp.models import BrokerConfig
class ProxyAdminRuntime(Protocol):
"""Runtime boundary needed by transparent proxy admin handlers."""
"""Runtime boundary needed by proxy admin handlers."""
@property
def manager(self) -> ConfigManager | None: ...