Skip to content

Commit 9925ca5

Browse files
committed
remove dep from mcp servers
1 parent 30af11c commit 9925ca5

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -175,27 +175,27 @@ spec:
175175
- Memory
176176
uniqueItems: true
177177
ui:widget: checkboxes
178-
dependencies:
179-
mcp_server:
180-
oneOf:
181-
- properties:
182-
mcp_server:
183-
enum:
184-
- Filesystem
185-
file_path:
186-
title: File Path
187-
type: string
188-
description: Reads complete file contents with UTF-8 encoding
189-
default: /projects/path/to/file.txt
190-
- properties:
191-
mcp_server:
192-
enum:
193-
- PostgreSQL
194-
psql_host:
195-
title: PostgreSQL Host
196-
type: string
197-
description: PostgreSQL Host
198-
default: {{ postgres_host }}
178+
# dependencies:
179+
# mcp_server:
180+
# oneOf:
181+
# - properties:
182+
# mcp_server:
183+
# enum:
184+
# - Filesystem
185+
# file_path:
186+
# title: File Path
187+
# type: string
188+
# description: Reads complete file contents with UTF-8 encoding
189+
# default: /projects/path/to/file.txt
190+
# - properties:
191+
# mcp_server:
192+
# enum:
193+
# - PostgreSQL
194+
# psql_host:
195+
# title: PostgreSQL Host
196+
# type: string
197+
# description: PostgreSQL Host
198+
# default: {{ postgres_host }}
199199
- title: Application repository Information
200200
required:
201201
- repo

0 commit comments

Comments
 (0)