We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294f001 commit 124c36aCopy full SHA for 124c36a
jacspy-mcp/src/jacs_mcp/fast_mcp_auth.py
@@ -19,16 +19,7 @@
19
20
import jacs
21
22
-# # --- Deprecated Example Function ---
23
-# def get_metadata() -> Dict[str, str]:
24
-# """DEPRECATED example function."""
25
-# return {"client_id": "deprecated", "request_id": "deprecated"}
26
-
27
-# # --- Deprecated AuthTransport Class ---
28
-# class AuthTransport:
29
-# """DEPRECATED by AuthClient/JACSFastMCP approach."""
30
-# # ... (implementation omitted for brevity) ...
31
-# pass
+
32
33
34
# --- User-defined function types and Defaults ---
0 commit comments