Skip to main content
Glama

TailorKit MCP

Official
by sellersmith
LayerHandlerRegistrar.ts529 B
import { ServiceHandlerRegistrar } from "./ServiceHandlerRegistrar.js"; import { getListLayersOfTemplateHandler } from "../layer/index.js"; import { TAILOR_KIT_TOOL_NAMES } from "../../tools/constants.js"; /** * Layer service handler registrar */ export class LayerHandlerRegistrar extends ServiceHandlerRegistrar { registerHandlers(): void { this.registry.register( TAILOR_KIT_TOOL_NAMES.GET_LIST_LAYERS_OF_TEMPLATE, (args: unknown) => getListLayersOfTemplateHandler(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