Skip to content

Commit 124c36a

Browse files
committed
flink
1 parent 294f001 commit 124c36a

File tree

2 files changed

+474
-252
lines changed

2 files changed

+474
-252
lines changed

jacspy-mcp/src/jacs_mcp/fast_mcp_auth.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,7 @@
1919

2020
import jacs
2121

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
22+
3223

3324

3425
# --- User-defined function types and Defaults ---

0 commit comments

Comments
 (0)