From 0f46cb9713ab9bdae3bab0254ea4cda215eb5ef6 Mon Sep 17 00:00:00 2001 From: Jacob Magar Date: Mon, 16 Mar 2026 10:37:52 -0400 Subject: [PATCH] test(auth): add _build_google_auth() unit tests and bump to v1.1.1 - 4 tests covering unconfigured/configured/no-jwt-key/stdio-warning paths - Validates GoogleProvider is called with correct kwargs - Verifies jwt_signing_key is omitted (not passed empty) when unset Co-authored-by: Claude --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0609d63..e5b5c6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "hatchling.build" # ============================================================================ [project] name = "unraid-mcp" -version = "1.1.0" +version = "1.1.1" description = "MCP Server for Unraid API - provides tools to interact with an Unraid server's GraphQL API" readme = "README.md" license = {file = "LICENSE"} diff --git a/uv.lock b/uv.lock index b766354..817ba91 100644 --- a/uv.lock +++ b/uv.lock @@ -1572,7 +1572,7 @@ wheels = [ [[package]] name = "unraid-mcp" -version = "1.0.1" +version = "1.1.1" source = { editable = "." } dependencies = [ { name = "fastapi" },