saidsurucu
5cec0df785
Add curl fallback for KİK document retrieval
Python SSL libraries (httpx, requests, urllib) fail with SSL handshake
errors against ekap.kik.gov.tr legacy server. curl uses different SSL
implementation (LibreSSL) that works.
Changes:
- Add subprocess + shutil imports
- Replace httpx fallback with curl fallback in get_document_markdown
- curl uses -k (insecure), -s (silent), -L (follow redirects) flags
- Enables KİK document retrieval on FastMCP Cloud without Playwright
2025-12-04 14:36:07 +03:00
..
2025-05-27 22:16:05 +03:00
2025-12-04 14:36:07 +03:00
2025-07-14 16:13:56 +03:00
2025-09-02 20:00:53 +03:00
2025-07-14 15:45:19 +03:00