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

Method stopServer

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

* 停止 MCP Server(别名方法) * @param serverId Server ID

(serverId: string)

Source from the content-addressed store, hash-verified

123 * @param serverId Server ID
124 */
125 async stopServer(serverId: string): Promise<void> {
126 return this.disconnectServer(serverId);
127 }
128
129 // ==========================================================================
130 // MCP Tools

Callers 1

Calls 1

disconnectServerMethod · 0.95

Tested by

no test coverage detected