MCPcopy
hub / github.com/inkeep/open-knowledge / config

Function config

packages/cli/src/commands/ui.test.ts:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94});
95
96function config() {
97 return ConfigSchema.parse({});
98}
99
100async function get(port: number, path: string) {
101 const res = await fetch(`http://127.0.0.1:${port}${path}`);

Callers 1

ui.test.tsFile · 0.85

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected