From 47430228b8e89352868269f3cb263aae38f1482a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 15 Jun 2026 14:10:35 +0000 Subject: [PATCH] chore: sync OpenAPI spec and refresh devhelm SDK --- docs/openapi/monitoring-api.json | 7 +++++++ uv.lock | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/openapi/monitoring-api.json b/docs/openapi/monitoring-api.json index a9b7d44..6ddde6f 100644 --- a/docs/openapi/monitoring-api.json +++ b/docs/openapi/monitoring-api.json @@ -34612,6 +34612,13 @@ "description": "New name; null preserves current", "nullable": true }, + "slug": { + "maxLength": 63, + "minLength": 3, + "type": "string", + "description": "URL-safe slug used in the public URL; null preserves current", + "nullable": true + }, "description": { "maxLength": 500, "minLength": 0, diff --git a/uv.lock b/uv.lock index d455430..fd465fa 100644 --- a/uv.lock +++ b/uv.lock @@ -401,7 +401,7 @@ wheels = [ [[package]] name = "devhelm-mcp-server" -version = "1.2.0" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "devhelm" },