sfcc-dev-mcp
Version:
MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools
11 lines • 656 B
TypeScript
import { GenericToolSpec } from '../core/handlers/base-handler.js';
import { ToolArguments } from '../core/handlers/base-handler.js';
export declare const CARTRIDGE_TOOL_NAMES: readonly ["generate_cartridge_structure"];
export type CartridgeToolName = typeof CARTRIDGE_TOOL_NAMES[number];
export declare const CARTRIDGE_TOOL_NAMES_SET: Set<"generate_cartridge_structure">;
/**
* Configuration for cartridge generation tools
* Maps each tool to its validation, execution, and messaging logic
*/
export declare const CARTRIDGE_TOOL_CONFIG: Record<CartridgeToolName, GenericToolSpec<ToolArguments, any>>;
//# sourceMappingURL=cartridge-tool-config.d.ts.map