Skip to content

Commit abb585e

Browse files
fishwww-wwnewfish-cmyk
authored andcommitted
feat: http tool set (#5599)
* feat: http toolSet manual create front end * feat: http toolSet manual create i18n * feat: http toolSet manual create back end * feat: auth, as tool param, adapt mcp * fix: delete unused httpPlugin * fix: delete FlowNodeTypeEnum.httpPlugin * fix: AppTypeEnum include httpToolSet and httpPlugin * fix * delete console * fix * output schema * fix * fix bg * fix base url * fix --------- Co-authored-by: heheer <[email protected]>
1 parent 03bf1d3 commit abb585e

File tree

47 files changed

+2190
-1127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2190
-1127
lines changed

packages/global/core/app/constants.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ export enum AppTypeEnum {
1111
simple = 'simple',
1212
workflow = 'advanced',
1313
plugin = 'plugin',
14-
httpPlugin = 'httpPlugin',
15-
toolSet = 'toolSet',
14+
toolSet = 'toolSet', // 'mcp'
15+
httpToolSet = 'httpToolSet',
1616
tool = 'tool',
17-
hidden = 'hidden'
17+
hidden = 'hidden',
18+
19+
// deprecated
20+
httpPlugin = 'httpPlugin'
1821
}
1922

2023
export const AppFolderTypeList = [AppTypeEnum.folder, AppTypeEnum.httpPlugin];

0 commit comments

Comments
 (0)