File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
scaffolder-templates/agentic-ai-template Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments