We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4efa22 commit 683c921Copy full SHA for 683c921
scaffolder-templates/agentic-ai-template/template.yaml
@@ -162,14 +162,17 @@ spec:
162
title: Model Context Protocol (MCP) servers
163
description: A Collection of Model Context Protocol (MCP) Examples for Building Agentic AI Applications with Large Language Models (LLMs)
164
type: array
165
- default: Filesystem
166
- enum:
167
- - Filesystem
168
- - PostgreSQL
169
- - SQLite
170
- - Slack
171
- - GoogleMaps
172
- - Memory
+ items:
+ type: string
+ enum:
+ - Filesystem
+ - PostgreSQL
+ - SQLite
+ - Slack
+ - GoogleMaps
173
+ - Memory
174
+ uniqueItems: true
175
+ ui:widget: checkboxes
176
dependencies:
177
mcp_server:
178
oneOf:
0 commit comments