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: ...
+2 -2
View File
@@ -11,7 +11,7 @@ _SUPPORTED_TRANSPORTS = {"stdio", "http", "streamable-http", "streamable_http",
class ProxyConfigError(ValueError):
"""Raised when a broker config cannot safely run as a transparent proxy."""
"""Raised when a broker config cannot safely run as a proxy."""
def validate_proxy_config(
@@ -33,7 +33,7 @@ def validate_proxy_config(
)
if errors:
joined = "\n".join(f"- {error}" for error in errors)
raise ProxyConfigError(f"invalid transparent proxy config:\n{joined}")
raise ProxyConfigError(f"invalid proxy config:\n{joined}")
def _validate_connection_ids(