docs: add local uv copy-paste install for Antigravity; bump to 0.2.1

README'ye Antigravity için lokal uvx kurulumunu otomatik yapan
kopyala-yapıştır komutu eklendi (~/.gemini/config/mcp_config.json).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
saidsurucu
2026-06-18 18:51:19 +03:00
co-authored by Claude Opus 4.8
parent b69eda77af
commit a062237474
3 changed files with 39 additions and 20 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ async def health_check(request):
return JSONResponse({
"status": "healthy",
"service": "Yargı MCP Server",
"version": "0.2.0",
"version": "0.2.1",
})