From d12ad7d9000a5ef9c450657bf0b27e11545510ef Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Fri, 18 Jul 2025 10:46:13 +0300 Subject: [PATCH] Update mcp_server_main.py --- mcp_server_main.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/mcp_server_main.py b/mcp_server_main.py index 06f6eed..15ee90d 100644 --- a/mcp_server_main.py +++ b/mcp_server_main.py @@ -1597,14 +1597,7 @@ async def search_kik_decisions( basvuru_sahibi: str = Field("", description="Applicant."), ihaleyi_yapan_idare: str = Field("", description="Procuring Entity."), basvuru_konusu_ihale: str = Field("", description="Tender subject of the application."), - karar_metni: str = Field("", description=""" - Keyword/phrase in decision text. Advanced search operators supported: - - word1+word2 = AND logic (+anayasa +mahkeme -> both words required) - - +"required" -"excluded" = Include and exclude (+ihale -"iptal") - - "exact phrase" = Exact match ("kamu yararı" for exact phrase) - - OR/AND/wildcard operators supported - Examples: anayasa | +anayasa +mahkeme | +ihale -"iptal" | "tam cümle" - """), + karar_metni: str = Field("", description="Decision text search. Supports: +word, -word, \"exact phrase\", OR/AND"), yil: str = Field("", description="Year of the decision."), resmi_gazete_tarihi: str = Field("", description="Official Gazette Date (DD.MM.YYYY)."), resmi_gazete_sayisi: str = Field("", description="Official Gazette Number."),