MCPcopy
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
7const t = (key: string, options?: any): string => {
8 return i18n.t(key, options) as string;
9};
10
11const getAuthHeaders = () => {
12 return {

Callers 15

getMcpServerListFunction · 0.70
addMcpServerFunction · 0.70
updateMcpServerFunction · 0.70
deleteMcpServerFunction · 0.70
getMcpToolsFunction · 0.70
updateToolListFunction · 0.70
checkMcpServerHealthFunction · 0.70
addMcpFromConfigFunction · 0.70
getMcpContainersFunction · 0.70
getMcpContainerLogsFunction · 0.70
streamMcpContainerLogsFunction · 0.70
uploadMcpImageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected