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

Function sourcePluginsDir

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

Source from the content-addressed store, hash-verified

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');
13export const migratedMarker = (src: string): string => join(src, '.migrated-to-kimi-code');
14
15// Target (~/.kimi-code/) paths

Callers 1

detectMigrationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected