Skip to content

Commit ef54781

Browse files
author
shuai
committed
fix: mcp menu moved to ai assistant
1 parent cc1567a commit ef54781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const ADMIN_NAV_MENUS = [
108108
children: [
109109
{ name: 'ai_settings', path: 'ai-settings' },
110110
{ name: 'ai_assistant', path: 'ai-assistant' },
111+
{ name: 'mcp' },
111112
],
112113
},
113114
{
@@ -144,7 +145,6 @@ export const ADMIN_NAV_MENUS = [
144145
{ name: 'seo' },
145146
{ name: 'smtp' },
146147
{ name: 'apikeys' },
147-
{ name: 'mcp' },
148148
],
149149
},
150150
{

0 commit comments

Comments
 (0)