From 5392435c7a981463b06141d16e9b319e029386df Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Mon, 18 May 2026 17:44:22 +0300 Subject: [PATCH] =?UTF-8?q?docs(bedesten):=20point=20rate-limit=20message?= =?UTF-8?q?=20to=20Yarg=C4=B1=20MCP=20Pro=20beta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- mcp_server_main.py | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/mcp_server_main.py b/mcp_server_main.py index 8fb8e80..d942ed4 100644 --- a/mcp_server_main.py +++ b/mcp_server_main.py @@ -1197,9 +1197,10 @@ For best results, use exact phrases with quotes for legal terms."""), "message": ( "Bedesten istemci tarafı eşzamanlılık sınırına ulaşıldı " "(yerel token-bucket dolu). Lütfen kısa bir süre bekleyip " - "aramayı tekrar deneyin. Alternatif olarak yargi-cli aracını " - "kullanabilirsiniz: https://github.com/saidsurucu/yargi-cli " - "(kullanım talimatları için repo README'sini okuyun)." + "aramayı tekrar deneyin. Yargı MCP'nin daha hızlı ve " + "profesyonel versiyonunu test etmek için beta sürümüne " + "kaydolabilirsiniz: " + "https://yargi-mcp-pro-production.up.railway.app" ), } except httpx.HTTPStatusError as e: @@ -1218,9 +1219,9 @@ For best results, use exact phrases with quotes for legal terms."""), "message": ( "Bedesten API rate limit aşıldı (HTTP 429 Too Many Requests). " "Lütfen kısa bir süre bekleyip aramayı tekrar deneyin. " - "Alternatif olarak yargi-cli aracını kullanabilirsiniz: " - "https://github.com/saidsurucu/yargi-cli " - "(kullanım talimatları için repo README'sini okuyun)." + "Yargı MCP'nin daha hızlı ve profesyonel versiyonunu test " + "etmek için beta sürümüne kaydolabilirsiniz: " + "https://yargi-mcp-pro-production.up.railway.app" ), } logger.exception("Error in tool 'search_bedesten_unified'") @@ -1253,9 +1254,10 @@ async def get_bedesten_document_markdown( message = ( "Bedesten istemci tarafı eşzamanlılık sınırına ulaşıldı " "(yerel token-bucket dolu). Lütfen kısa bir süre bekleyip " - "belgeyi tekrar talep edin. Alternatif olarak yargi-cli aracını " - "kullanabilirsiniz: https://github.com/saidsurucu/yargi-cli " - "(kullanım talimatları için repo README'sini okuyun). " + "belgeyi tekrar talep edin. Yargı MCP'nin daha hızlı ve " + "profesyonel versiyonunu test etmek için beta sürümüne " + "kaydolabilirsiniz: " + "https://yargi-mcp-pro-production.up.railway.app " f"Retry-After: {retry_after}" ) return BedestenDocumentMarkdown( @@ -1271,9 +1273,9 @@ async def get_bedesten_document_markdown( message = ( "Bedesten API rate limit aşıldı (HTTP 429 Too Many Requests). " "Lütfen kısa bir süre bekleyip belgeyi tekrar talep edin. " - "Alternatif olarak yargi-cli aracını kullanabilirsiniz: " - "https://github.com/saidsurucu/yargi-cli " - "(kullanım talimatları için repo README'sini okuyun)." + "Yargı MCP'nin daha hızlı ve profesyonel versiyonunu test " + "etmek için beta sürümüne kaydolabilirsiniz: " + "https://yargi-mcp-pro-production.up.railway.app" ) if retry_after: message += f" Retry-After: {retry_after}"