Skip to main content
Glama

SFCC Development MCP Server

by taurgis
webdav.js319 B
// Mock implementation of webdav module const mockWebdavClient = { getDirectoryContents: jest.fn(), getFileContents: jest.fn(), stat: jest.fn(), createReadStream: jest.fn(), }; const createClient = jest.fn(() => mockWebdavClient); module.exports = { createClient, __mockWebdavClient: mockWebdavClient, };

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