MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / sourceConfigToml

Function sourceConfigToml

packages/migration-legacy/src/paths.ts:9–9  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

7export const sourceSkillsDir = (src: string): string => join(src, 'skills');
8export const sourceKimiJson = (src: string): string => join(src, 'kimi.json');
9export const sourceConfigToml = (src: string): string => join(src, 'config.toml');
10export const sourceMcpJson = (src: string): string => join(src, 'mcp.json');
11export const sourceMcpOauthDir = (src: string): string => join(src, 'mcp-oauth');
12export const sourcePluginsDir = (src: string): string => join(src, 'plugins');

Callers 2

detectMigrationFunction · 0.85
migrateConfigStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected