MCPcopy Create free account
hub / github.com/Roy3838/Observer / handleRemoveCustomServer

Function handleRemoveCustomServer

app/src/components/AppHeader.tsx:402–406  ·  view source on GitHub ↗
(address: string)

Source from the content-addressed store, hash-verified

400 };
401
402 const handleRemoveCustomServer = (address: string) => {
403 const updated = removeCustomServer(address);
404 setCustomServers(updated);
405 fetchModels();
406 };
407
408 const handleToggleCustomServer = (address: string) => {
409 const updated = toggleCustomServer(address);

Callers

nothing calls this directly

Calls 2

removeCustomServerFunction · 0.90
fetchModelsFunction · 0.90

Tested by

no test coverage detected