From 321b6073daca37ef8f1ae9dc67f84a1ba0cca3d8 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Wed, 11 Feb 2026 04:24:24 -0700 Subject: [PATCH] Bump version to 0.5.0 Typed Pydantic response models replace dict returns across all 65 tools. 216-test pytest suite added with full coverage. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 336d9d7..d9b363a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mcadb" -version = "0.4.0" +version = "0.5.0" description = "Android ADB MCP Server for device automation via Model Context Protocol" authors = [ {name = "Ryan Malloy", email = "ryan@supported.systems"}