Skip to content

Commit 954e15a

Browse files
committed
feat: add MCP server tools integration and UI components
1 parent 3f2b117 commit 954e15a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: ui/src/workflow/nodes/mcp-node/index.vue

-5
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,15 @@
7070
<script setup lang="ts">
7171
import { cloneDeep, set } from 'lodash'
7272
import NodeContainer from '@/workflow/common/NodeContainer.vue'
73-
import NodeCascader from '@/workflow/common/NodeCascader.vue'
7473
import { computed, onMounted, ref } from 'vue'
7574
import { isLastNode } from '@/workflow/common/data'
7675
import applicationApi from '@/api/application'
77-
import { randomId } from '@/utils/utils'
7876
import { t } from '@/locales'
79-
import { copyClick } from '@/utils/clipboard'
8077
import DynamicsForm from '@/components/dynamics-form/index.vue'
8178
import type { FormField } from '@/components/dynamics-form/type'
8279
8380
const props = defineProps<{ nodeModel: any }>()
8481
85-
const typeOptions = ['string', 'num', 'json']
86-
const showicon = ref(false)
8782
const dynamicsFormRef = ref()
8883
8984

0 commit comments

Comments
 (0)