MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getConfig

Method getConfig

src/stores/apiServer.ts:78–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77interface ApiTransport {
78 getConfig(): Promise<ApiServerConfig>
79 getStatus(): Promise<ApiServerStatus>
80 setEnabled(enabled: boolean): Promise<ApiServerStatus>
81 setPort(port: number): Promise<ApiServerStatus>

Callers 5

createElectronTransportFunction · 0.65
fetchConfigFunction · 0.65
getAssistantConfigFunction · 0.65
duplicateAssistantFunction · 0.65
getSkillConfigFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected