From aa580ffafc5ffbb68a2346423c875d11e3b3499c Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Tue, 2 Jun 2026 18:02:50 +0300 Subject: [PATCH] docs: update Pro version URL to yargi.betaspacestudio.com Replace https://yargi-mcp-pro-production.up.railway.app with https://yargi.betaspacestudio.com in: - README.md Pro announcement at the top - mcp_server_main.py rate-limit messages in search_bedesten_unified and get_bedesten_document_markdown (4 occurrences) Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- mcp_server_main.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f51523..ea4f3b2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > > **Mevzuat ve içtihatı tek bir MCP sunucusunda birleştiren** profesyonel sürüm yayında: > -> 👉 **https://yargi-mcp-pro-production.up.railway.app** +> 👉 **https://yargi.betaspacestudio.com** > ## 🚨 SUNUCU YENİ ADRESE TAŞINDI > diff --git a/mcp_server_main.py b/mcp_server_main.py index d942ed4..5022aff 100644 --- a/mcp_server_main.py +++ b/mcp_server_main.py @@ -1200,7 +1200,7 @@ For best results, use exact phrases with quotes for legal terms."""), "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" + "https://yargi.betaspacestudio.com" ), } except httpx.HTTPStatusError as e: @@ -1221,7 +1221,7 @@ For best results, use exact phrases with quotes for legal terms."""), "Lütfen kısa bir süre bekleyip 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" + "https://yargi.betaspacestudio.com" ), } logger.exception("Error in tool 'search_bedesten_unified'") @@ -1257,7 +1257,7 @@ async def get_bedesten_document_markdown( "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 " + "https://yargi.betaspacestudio.com " f"Retry-After: {retry_after}" ) return BedestenDocumentMarkdown( @@ -1275,7 +1275,7 @@ async def get_bedesten_document_markdown( "Lütfen kısa bir süre bekleyip 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" + "https://yargi.betaspacestudio.com" ) if retry_after: message += f" Retry-After: {retry_after}"