MCPcopy Create free account
hub / github.com/astercloud/aster / startServer

Method startServer

client-sdks/client-js/src/resources/mcp.ts:107–109  ·  view source on GitHub ↗

* 启动 MCP Server(别名方法) * @param serverId Server ID * @returns Server 信息

(serverId: string)

Source from the content-addressed store, hash-verified

105 * @returns Server 信息
106 */
107 async startServer(serverId: string): Promise<MCPServerInfo> {
108 return this.connectServer(serverId);
109 }
110
111 /**
112 * 断开 Server 连接

Callers 1

Calls 1

connectServerMethod · 0.95

Tested by

no test coverage detected