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

Method getServer

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

* 获取 Server 详情 * @param serverId Server ID * @returns Server 信息

(serverId: string)

Source from the content-addressed store, hash-verified

54 * @returns Server 信息
55 */
56 async getServer(serverId: string): Promise<MCPServerInfo> {
57 return this.request<MCPServerInfo>(`/v1/mcp/servers/${serverId}`);
58 }
59
60 /**
61 * 更新 Server 配置

Callers

nothing calls this directly

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected