Skip to content

Commit 19734f4

Browse files
committed
feat: Add maxItems constraint for MCPServer array in OpenAPI documentation
1 parent eb9b4f9 commit 19734f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ paths:
8888
type: array
8989
items:
9090
$ref: '#/components/schemas/MCPServer'
91+
maxItems: 1000
9192

9293
/api/mcp/servers/{id}:
9394
parameters:

0 commit comments

Comments
 (0)