This is an automated email from the ASF dual-hosted git repository.

shuai pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/answer.git


The following commit(s) were added to refs/heads/test by this push:
     new ef54781b fix: mcp menu moved to ai assistant
ef54781b is described below

commit ef54781b77bf7010dae6f4dd3a56520919b1e43a
Author: shuai <[email protected]>
AuthorDate: Mon Jan 26 14:29:20 2026 +0800

    fix: mcp menu moved to ai assistant
---
 ui/src/common/constants.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/common/constants.ts b/ui/src/common/constants.ts
index 2e10f149..86207281 100644
--- a/ui/src/common/constants.ts
+++ b/ui/src/common/constants.ts
@@ -108,6 +108,7 @@ export const ADMIN_NAV_MENUS = [
     children: [
       { name: 'ai_settings', path: 'ai-settings' },
       { name: 'ai_assistant', path: 'ai-assistant' },
+      { name: 'mcp' },
     ],
   },
   {
@@ -144,7 +145,6 @@ export const ADMIN_NAV_MENUS = [
       { name: 'seo' },
       { name: 'smtp' },
       { name: 'apikeys' },
-      { name: 'mcp' },
     ],
   },
   {

Reply via email to