From b32aabf541c6f6632834a521ac58857d4bb3b917 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Wed, 16 Jul 2025 12:39:44 +0300 Subject: [PATCH] Update mcp_server_main.py --- mcp_server_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp_server_main.py b/mcp_server_main.py index d524af9..c939a90 100644 --- a/mcp_server_main.py +++ b/mcp_server_main.py @@ -1813,7 +1813,7 @@ async def get_rekabet_kurumu_document( } ) async def search_bedesten_unified( - phrase: str = Field(..., description="Turkish search phrase. Working operators: `+` (required term), `-` (exclude term), `*` (wildcard), `\" \"` (exact phrase), `( )` (grouping), `~` (fuzzy search), `/pattern/` (basic regex with `.` any char, `+` one or more, `?` optional, `[abc]` character class, `{n,m}` repetition, `|` alternation); Not working: AND, OR, NOT boolean operators, `^$` anchors, `\\b` word boundaries, `()` regex groups, `\\d\\w\\s` special chars, `[TO]` range queries."), + phrase: str = Field(..., description="Turkish search phrase. USE: `+` (required term), `-` (exclude term), `*` (wildcard), `\" \"` (exact phrase), `( )` (grouping), `~` (fuzzy search), `/pattern/` (basic regex with `.` any char, `+` one or more, `?` optional, `[abc]` character class, `{n,m}` repetition, `|` alternation); DO NOT USE: AND, OR, NOT boolean operators, `^$` anchors, `\\b` word boundaries, `()` regex groups, `\\d\\w\\s` special chars, `[TO]` range queries."), court_types: List[BedestenCourtTypeEnum] = Field( default=["YARGITAYKARARI", "DANISTAYKARAR"], description="Court types: YARGITAYKARARI, DANISTAYKARAR, YERELHUKUK, ISTINAFHUKUK, KYB"