UNPKG

sfcc-dev-mcp

Version:

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

9 lines 453 B
import { GenericToolSpec } from '../core/handlers/base-handler.js'; import { ToolArguments } from '../core/handlers/base-handler.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, GenericToolSpec<ToolArguments, any>>; //# sourceMappingURL=log-tool-config.d.ts.map