Skip to main content
Glama

SFCC Development MCP Server

by taurgis
log-client.ts554 B
/** * SFCC log client - now uses modular structure * * This file provides backward compatibility by re-exporting the main log client * from the new modular structure in the logs/ directory. */ export { SFCCLogClient } from './logs/index.js'; export type { LogLevel, LogFileInfo, LogSummary, WebDAVClientConfig } from './logs/index.js'; // Re-export SFCCConfig for backward compatibility export interface SFCCConfig { hostname?: string; username?: string; password?: string; clientId?: string; clientSecret?: string; siteId?: string; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taurgis/sfcc-dev-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server