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

Function handleAddCustomServer

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

addCustomServerFunction · 0.90
fetchModelsFunction · 0.90

Tested by

no test coverage detected