MCPcopy Create free account
hub / github.com/Railly/agentfiles / ChopsSettings

Interface ChopsSettings

src/types.ts:73–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71export type DeepSearchScope = "description" | "content" | "both";
72
73export interface ChopsSettings {
74 tools: Record<string, { enabled: boolean; customPaths: string[] }>;
75 watchEnabled: boolean;
76 watchDebounceMs: number;
77 deepSearchDefault: boolean;
78 deepSearchScope: DeepSearchScope;
79 favorites: string[];
80 collections: Record<string, string[]>;
81 customScanPaths: string[];
82 namingMode: NamingMode;
83 projectScanEnabled: boolean;
84 projectsHomeDir: string;
85 packageRunner: "auto" | "npx" | "bunx";
86}
87
88// Conversation Explorer types
89export interface ConversationMessage {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected