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

Method createServer

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

* 创建 MCP Server(别名方法) * @param config Server 配置 * @returns Server 信息

(config: MCPServerConfig)

Source from the content-addressed store, hash-verified

36 * @returns Server 信息
37 */
38 async createServer(config: MCPServerConfig): Promise<MCPServerInfo> {
39 return this.addServer(config);
40 }
41
42 /**
43 * 列出所有 MCP Servers

Callers 1

Calls 1

addServerMethod · 0.95

Tested by

no test coverage detected