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

Function handleRemoveCustomServer

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

removeCustomServerFunction · 0.90
fetchModelsFunction · 0.90

Tested by

no test coverage detected