Update mcp_server_main.py

This commit is contained in:
saidsurucu
2025-07-17 23:52:43 +03:00
parent 753283f0e8
commit 34216a9557
-2
View File
@@ -1072,7 +1072,6 @@ KARAR_TURU_ADI_TO_GUID_ENUM_MAP = {
} }
# --- MCP Tools for Yargitay --- # --- MCP Tools for Yargitay ---
"""
@app.tool( @app.tool(
description="Search Yargıtay decisions with 52 chamber filtering and advanced operators", description="Search Yargıtay decisions with 52 chamber filtering and advanced operators",
annotations={ annotations={
@@ -1161,7 +1160,6 @@ async def get_yargitay_document_markdown(id: str) -> YargitayDocumentMarkdown:
except Exception as e: except Exception as e:
logger.exception(f"Error in tool 'get_yargitay_document_markdown'.") logger.exception(f"Error in tool 'get_yargitay_document_markdown'.")
raise raise
"""
# --- MCP Tools for Danistay --- # --- MCP Tools for Danistay ---
""" """