MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / getDisabled

Method getDisabled

src/mcp/manager.ts:270–272  ·  view source on GitHub ↗

Persisted disabled list (for saving to settings).

()

Source from the content-addressed store, hash-verified

268
269 /** Persisted disabled list (for saving to settings). */
270 getDisabled(): string[] {
271 return [...this.disabled]
272 }
273
274 /** All configured server names. */
275 getServerNames(): string[] {

Callers 1

AppFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected