From f09da7259fc2804beba01a6c571a8ff974583c2b Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Fri, 6 Mar 2026 16:53:40 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20fastmcp>=3D2.14.5=20=E2=86=92=20fastmcp>?= =?UTF-8?q?=3D3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c4ae80..ad474a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcdbus" -version = "2026.03.06.1" +version = "2026.03.06.2" description = "D-Bus MCP server — bridge Linux IPC into the Model Context Protocol" readme = "README.md" requires-python = ">=3.11"