Skip to main content
Glama

TailorKit MCP

Official
by sellersmith
ShopifyHandlerRegistrar.ts840 B
import { ServiceHandlerRegistrar } from "./ServiceHandlerRegistrar.js"; import { getListProductsHandler, getDetailProductHandler } from "../shopify/index.js"; import { TAILOR_KIT_TOOL_NAMES } from "../../tools/constants.js"; /** * Shopify service handler registrar */ export class ShopifyHandlerRegistrar extends ServiceHandlerRegistrar { /** * Register handlers for Shopify tools */ registerHandlers(): void { // Register handler for get list products this.registry.register( TAILOR_KIT_TOOL_NAMES.GET_LIST_PRODUCTS, (args: unknown) => getListProductsHandler(this.serviceManager, args) ); // Register handler for get detail product this.registry.register( TAILOR_KIT_TOOL_NAMES.GET_DETAIL_PRODUCT, (args: unknown) => getDetailProductHandler(this.serviceManager, args) ); } }

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/sellersmith/tailorkit-mcp'

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