Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/xerrors/Yuxi
/ createMcpServer
Function
createMcpServer
web/src/apis/mcp_api.js:36–38 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
34
* @returns {Promise} - 创建结果
35
*/
36
export
const
createMcpServer =
async
(data) => {
37
return
apiAdminPost(BASE_URL, data)
38
}
39
40
/**
41
* 更新 MCP 服务器配置
Callers
nothing calls this directly
Calls
1
apiAdminPost
Function · 0.90
Tested by
no test coverage detected