From 25e4753d4c01439c9a08ebcbb79e647dab69405e Mon Sep 17 00:00:00 2001 From: "marvin-context-protocol[bot]" <225465937+marvin-context-protocol[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 02:09:41 +0000 Subject: [PATCH] chore: Update fastmcp.json schema --- docs/public/schemas/fastmcp.json/latest.json | 16 ++++++++++++---- docs/public/schemas/fastmcp.json/v1.json | 16 ++++++++++++---- 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/docs/public/schemas/fastmcp.json/latest.json b/docs/public/schemas/fastmcp.json/latest.json index 81d0ad754..c28a50452 100644 --- a/docs/public/schemas/fastmcp.json/latest.json +++ b/docs/public/schemas/fastmcp.json/latest.json @@ -243,17 +243,25 @@ "editable": { "anyOf": [ { - "type": "string" + "items": { + "type": "string" + }, + "type": "array" }, { "type": "null" } ], "default": null, - "description": "Directory to install in editable mode", + "description": "Directories to install in editable mode", "examples": [ - ".", - "../my-package" + [ + ".", + "../my-package" + ], + [ + "/path/to/package" + ] ], "title": "Editable" } diff --git a/docs/public/schemas/fastmcp.json/v1.json b/docs/public/schemas/fastmcp.json/v1.json index 81d0ad754..c28a50452 100644 --- a/docs/public/schemas/fastmcp.json/v1.json +++ b/docs/public/schemas/fastmcp.json/v1.json @@ -243,17 +243,25 @@ "editable": { "anyOf": [ { - "type": "string" + "items": { + "type": "string" + }, + "type": "array" }, { "type": "null" } ], "default": null, - "description": "Directory to install in editable mode", + "description": "Directories to install in editable mode", "examples": [ - ".", - "../my-package" + [ + ".", + "../my-package" + ], + [ + "/path/to/package" + ] ], "title": "Editable" }