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}"