UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

8 lines 353 B
import { ToolSpec } from '../../utils/log-tool-utils.js'; import { LogToolName } from '../../utils/log-tool-constants.js'; /** * Configuration for standard log tools * Maps each tool to its validation, execution, and messaging logic */ export declare const LOG_TOOL_CONFIG: Record<LogToolName, ToolSpec>; //# sourceMappingURL=log-tool-config.d.ts.map