*/
applyAll(servers: readonly ISdkMcpServer[]): void {
const seen = new Set<string>();
for (const server of servers) {
seen.add(server.name);
this._applyOne(server, tx);
}
if (!seen.has(name)) {
this._remove(name, tx);
}
}
}
/** Upserts a single server. */