From b84fb1fb4a910d372d55eb12b2aeef10c5c6c879 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Fri, 10 Apr 2026 20:12:44 +0200 Subject: [PATCH] Remove VERSION order field from MCP document versions CREATED_AT is sufficient for ordering document versions. Signed-off-by: Sacha Al Himdani --- pkg/server/api/mcp/v1/specification.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/server/api/mcp/v1/specification.yaml b/pkg/server/api/mcp/v1/specification.yaml index 2d78d5482..bd2526db9 100644 --- a/pkg/server/api/mcp/v1/specification.yaml +++ b/pkg/server/api/mcp/v1/specification.yaml @@ -5202,7 +5202,6 @@ components: type: string enum: - CREATED_AT - - VERSION go.probo.inc/mcpgen/type: go.probo.inc/probo/pkg/coredata.DocumentVersionOrderField DocumentVersionOrderBy: