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 e8060ae commit 175cfa3Copy full SHA for 175cfa3
ui/src/views/application/component/McpServersDialog.vue
@@ -152,7 +152,7 @@ function mcpSourceChange() {
152
153
const open = (data: any, selectOptions: any) => {
154
form.value = { ...form.value, ...data }
155
- if (data.mcp_servers) {
+ if (data.mcp_servers && Object.keys(data.mcp_servers).length > 0) {
156
form.value.mcp_source = 'custom'
157
} else if (data.mcp_tool_ids) {
158
form.value.mcp_source = 'referencing'
0 commit comments