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

Method getConfig

src/mcp/manager.ts:280–282  ·  view source on GitHub ↗

A config by name (for the TUI detail view).

(name: string)

Source from the content-addressed store, hash-verified

278
279 /** A config by name (for the TUI detail view). */
280 getConfig(name: string): ScopedMcpServerConfig | undefined {
281 return this.configs.get(name)
282 }
283
284 /** The file path where a server's config lives (for the TUI detail view). */
285 getConfigPath(name: string): string | undefined {

Callers 1

DetailPanelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected