MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / getConfig

Method getConfig

src/runtime/config.ts:297–299  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

295 } catch (err) {
296 console.warn(" Warning: Failed to parse data/config.json:", err);
297 }
298 }
299 this.configData = resolveRuntimeConfig(this.fileConfigData);
300 return this.configData;
301 }
302

Callers 2

handleRequestMethod · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected