MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / isCustomServer

Function isCustomServer

src/settings/lspConfigUtils.js:35–37  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

33}
34
35export function isCustomServer(id) {
36 return getServerOverride(id).custom === true;
37}
38
39export async function updateServerConfig(serverId, partial) {
40 const key = normalizeServerId(serverId);

Callers 2

buildSnapshotFunction · 0.90
lspServerDetailFunction · 0.90

Calls 1

getServerOverrideFunction · 0.85

Tested by

no test coverage detected