Skip to main content
Glama

SFCC Development MCP Server

by taurgis
main.tsx468 B
import { ViteReactSSG } from 'vite-react-ssg'; import { routes } from './App'; import './src/styles/input.css'; export const createRoot = ViteReactSSG( // react-router-dom data routes { routes }, // function to have custom setups ({ router, routes, isClient, initialState }) => { // Custom setup if needed for client-side hydration if (isClient) { // Client-side only initialization console.log('Client-side initialization'); } }, );

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