From 27dbb9eabec94e3730b3bb172ad90422595ef5b0 Mon Sep 17 00:00:00 2001 From: "marvin-context-protocol[bot]" <225465937+marvin-context-protocol[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:12:24 -0400 Subject: [PATCH] chore: Update fastmcp.json schema (#1955) Co-authored-by: marvin-context-protocol[bot] <225465937+marvin-context-protocol[bot]@users.noreply.github.com> --- docs/public/schemas/fastmcp.json/latest.json | 3 +++ docs/public/schemas/fastmcp.json/v1.json | 3 +++ src/fastmcp/utilities/mcp_server_config/v1/schema.json | 3 +++ 3 files changed, 9 insertions(+) diff --git a/docs/public/schemas/fastmcp.json/latest.json b/docs/public/schemas/fastmcp.json/latest.json index e027cf967..aa1f59ce4 100644 --- a/docs/public/schemas/fastmcp.json/latest.json +++ b/docs/public/schemas/fastmcp.json/latest.json @@ -250,6 +250,7 @@ "requirements": { "anyOf": [ { + "format": "path", "type": "string" }, { @@ -267,6 +268,7 @@ "project": { "anyOf": [ { + "format": "path", "type": "string" }, { @@ -285,6 +287,7 @@ "anyOf": [ { "items": { + "format": "path", "type": "string" }, "type": "array" diff --git a/docs/public/schemas/fastmcp.json/v1.json b/docs/public/schemas/fastmcp.json/v1.json index e027cf967..aa1f59ce4 100644 --- a/docs/public/schemas/fastmcp.json/v1.json +++ b/docs/public/schemas/fastmcp.json/v1.json @@ -250,6 +250,7 @@ "requirements": { "anyOf": [ { + "format": "path", "type": "string" }, { @@ -267,6 +268,7 @@ "project": { "anyOf": [ { + "format": "path", "type": "string" }, { @@ -285,6 +287,7 @@ "anyOf": [ { "items": { + "format": "path", "type": "string" }, "type": "array" diff --git a/src/fastmcp/utilities/mcp_server_config/v1/schema.json b/src/fastmcp/utilities/mcp_server_config/v1/schema.json index e027cf967..aa1f59ce4 100644 --- a/src/fastmcp/utilities/mcp_server_config/v1/schema.json +++ b/src/fastmcp/utilities/mcp_server_config/v1/schema.json @@ -250,6 +250,7 @@ "requirements": { "anyOf": [ { + "format": "path", "type": "string" }, { @@ -267,6 +268,7 @@ "project": { "anyOf": [ { + "format": "path", "type": "string" }, { @@ -285,6 +287,7 @@ "anyOf": [ { "items": { + "format": "path", "type": "string" }, "type": "array"