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