Skip to main content
Glama

SFCC Development MCP Server

by taurgis
index.ts909 B
#!/usr/bin/env node /** * SFCC MCP Server - Entry Point * * This module serves as the main entry point for the SFCC (Salesforce B2C Commerce Cloud) * MCP server. It provides comprehensive development assistance features including log analysis, * debugging tools, and more. This file re-exports the main application entry point for * backwards compatibility and provides a clean interface for the package. */ export { SFCCDevServer } from './core/server.js'; export { SFCCLogClient } from './clients/log-client.js'; export { SFCCDocumentationClient } from './clients/docs-client.js'; export { OCAPIClient } from './clients/ocapi-client.js'; export { TokenManager } from './clients/base/oauth-token.js'; export type { SFCCConfig, LogLevel, LogFileInfo, LogSummary, OCAPIConfig, OAuthToken, OAuthTokenResponse } from './types/types.js'; // For direct execution, delegate to main.ts import './main.js';

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