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) <noreply@anthropic.com>
This commit is contained in:
saidsurucu
2026-06-02 18:02:50 +03:00
co-authored by Claude Opus 4.7
parent 931eb3ca8f
commit aa580ffafc
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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
>
+4 -4
View File
@@ -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}"