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

Method getEnabled

src/mcp/manager.ts:265–267  ·  view source on GitHub ↗

Persisted enabled list (for saving to settings).

()

Source from the content-addressed store, hash-verified

263
264 /** Persisted enabled list (for saving to settings). */
265 getEnabled(): string[] {
266 return [...this.enabled]
267 }
268
269 /** Persisted disabled list (for saving to settings). */
270 getDisabled(): string[] {

Callers 1

AppFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected