Fix: Login page type error. (#14156)

### What problem does this PR solve?

Fix: Login page type error.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
balibabu
2026-04-16 18:46:52 +08:00
committed by GitHub
parent 901023a80a
commit 4cf4d444d2
7 changed files with 14 additions and 215 deletions

View File

@@ -11,9 +11,6 @@ const {
getMcpServer,
importMcpServer,
exportMcpServer,
listMcpServerTools,
testMcpServerTool,
cacheMcpServerTool,
testMcpServer,
} = api;
@@ -46,18 +43,6 @@ const methods = {
url: exportMcpServer,
method: 'post',
},
listTools: {
url: listMcpServerTools,
method: 'post',
},
testTool: {
url: testMcpServerTool,
method: 'post',
},
cacheTool: {
url: cacheMcpServerTool,
method: 'post',
},
test: {
url: testMcpServer,
method: 'post',