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

Function handleAddCustomServer

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

Source from the content-addressed store, hash-verified

394
395 // Custom server handlers
396 const handleAddCustomServer = (address: string) => {
397 const updated = addCustomServer(address);
398 setCustomServers(updated);
399 fetchModels();
400 };
401
402 const handleRemoveCustomServer = (address: string) => {
403 const updated = removeCustomServer(address);

Callers

nothing calls this directly

Calls 2

addCustomServerFunction · 0.90
fetchModelsFunction · 0.90

Tested by

no test coverage detected