MCPcopy 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 */
36export const createMcpServer = async (data) => {
37 return apiAdminPost(BASE_URL, data)
38}
39
40/**
41 * 更新 MCP 服务器配置

Callers

nothing calls this directly

Calls 1

apiAdminPostFunction · 0.90

Tested by

no test coverage detected