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

Method removeServer

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

* 移除 MCP Server * @param serverId Server ID

(serverId: string)

Source from the content-addressed store, hash-verified

75 * @param serverId Server ID
76 */
77 async removeServer(serverId: string): Promise<void> {
78 await this.request(`/v1/mcp/servers/${serverId}`, {
79 method: "DELETE",
80 });
81 }
82
83 /**
84 * 删除 MCP Server(别名方法)

Callers 1

deleteServerMethod · 0.95

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected