MCPcopy
hub / github.com/RedPlanetHQ/core / getConfig

Function getConfig

packages/cli/src/config/index.ts:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109// Function to get current app configuration
110export function getConfig(): AppConfig {
111 return appConfig;
112}
113
114// Function to update app configuration
115export function updateConfig(newConfig: Partial<AppConfig>): void {

Callers 15

bootstrapFromEnvFunction · 0.90
setupRailwayGatewayFunction · 0.90
setupDockerGatewayFunction · 0.90
runLogoutFunction · 0.90
runTokenFunction · 0.90
runMeFunction · 0.90
runInitFunction · 0.90
runLoginFunction · 0.90
runRemoveIntegrationFunction · 0.90
runAddIntegrationFunction · 0.90
runListIntegrationsFunction · 0.90
runInitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected