From 4122790821542981b6d05871520d42415476d229 Mon Sep 17 00:00:00 2001 From: saidsurucu Date: Tue, 2 Sep 2025 19:58:40 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=200.1.7=20-=20K=C4=B0K=20v2?= =?UTF-8?q?=20implementation=20with=20three=20decision=20types?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add comprehensive KİK v2 MCP implementation - Support for all three decision types: uyusmazlik, duzenleyici, mahkeme - Tested with 826 total decisions across all types - SSL legacy server support for compatibility - Hash analysis and document ID encryption research completed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e90bea6..c28bb24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yargi-mcp" -version = "0.1.6" +version = "0.1.7" description = "MCP Server For Turkish Legal Databases" readme = "README.md" requires-python = ">=3.11"