diff --git a/tests/server/test_mrtr_guards_components.py b/tests/server/test_mrtr_guards_components.py index 21a3d2a47..ad896aa87 100644 --- a/tests/server/test_mrtr_guards_components.py +++ b/tests/server/test_mrtr_guards_components.py @@ -62,8 +62,6 @@ def _modern_proxy(backend: FastMCP) -> FastMCP: return FastMCPProxy(client_factory=lambda: ProxyClient(backend, mode="auto")) - - class TestPromptGuard: """`InputRequiredResult` is a result type, not a tools/call feature, so a prompt can ask for input the same way a tool does (SEP-2322)."""