Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ModelEngine-Group/nexent
/ t
Function
t
frontend/services/mcpService.ts:7–9 ·
view source on GitHub ↗
(key: string, options?: any)
Source
from the content-addressed store, hash-verified
5
6
// Translation function
7
const
t = (key: string, options?: any): string => {
8
return
i18n.t(key, options) as string;
9
};
10
11
const
getAuthHeaders = () => {
12
return
{
Callers
15
getMcpServerList
Function · 0.70
addMcpServer
Function · 0.70
updateMcpServer
Function · 0.70
deleteMcpServer
Function · 0.70
getMcpTools
Function · 0.70
updateToolList
Function · 0.70
checkMcpServerHealth
Function · 0.70
addMcpFromConfig
Function · 0.70
getMcpContainers
Function · 0.70
getMcpContainerLogs
Function · 0.70
streamMcpContainerLogs
Function · 0.70
uploadMcpImage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected