MCPcopy Create free account
hub / github.com/cloudflare/agents-starter / removeServer

Method removeServer

src/server.ts:42–44  ·  view source on GitHub ↗
(serverId: string)

Source from the content-addressed store, hash-verified

40 async addServer(name: string, url: string) {
41 return await this.addMcpServer(name, url);
42 }
43
44 @callable()
45 async removeServer(serverId: string) {
46 await this.removeMcpServer(serverId);
47 }

Callers 1

handleRemoveServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected