From 54e8d61f83a6c49e6505378796996a742501ff6e Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Mon, 14 Jul 2025 00:39:46 +0300 Subject: [PATCH] =?UTF-8?q?S=C3=BCr=C3=BCm=20v0.1.4:=20FastMCP=202.10.5=20?= =?UTF-8?q?g=C3=BCncellemesi=20ve=20optimizasyonlar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - FastMCP bağımlılığı 2.10.5'e güncellendi - Bedesten araçları birleştirildi (10 araç → 2 birleşik araç) - KVKK dokümantasyonu optimize edildi (147 → 27 satır, %82 azalma) - README 30 MCP aracının güncel listesi ile güncellendi - Eski tekil Bedesten API araçları kaldırıldı - Araç açıklamaları ve Türkçe örnekler iyileştirildi - Resource dokümantasyon verimliliği artırıldı --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f348be3..d22095f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yargi-mcp" -version = "0.1.3" +version = "0.1.4" description = "MCP Server For Turkish Legal Databases" readme = "README.md" requires-python = ">=3.11" @@ -26,7 +26,7 @@ dependencies = [ "pydantic>=2.11.4", "aiohttp>=3.11.18", "playwright>=1.52.0", - "fastmcp>=2.10.3", + "fastmcp>=2.10.5", "pypdf>=5.5.0", "fastapi>=0.115.14", "PyJWT>=2.8.0",