Skip to content

Commit 683c921

Browse files
committed
Add checkboxes
1 parent e4efa22 commit 683c921

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

scaffolder-templates/agentic-ai-template/template.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,17 @@ spec:
162162
title: Model Context Protocol (MCP) servers
163163
description: A Collection of Model Context Protocol (MCP) Examples for Building Agentic AI Applications with Large Language Models (LLMs)
164164
type: array
165-
default: Filesystem
166-
enum:
167-
- Filesystem
168-
- PostgreSQL
169-
- SQLite
170-
- Slack
171-
- GoogleMaps
172-
- Memory
165+
items:
166+
type: string
167+
enum:
168+
- Filesystem
169+
- PostgreSQL
170+
- SQLite
171+
- Slack
172+
- GoogleMaps
173+
- Memory
174+
uniqueItems: true
175+
ui:widget: checkboxes
173176
dependencies:
174177
mcp_server:
175178
oneOf:

0 commit comments

Comments
 (0)