Skip to main content
Glama

TailorKit MCP

Official
by sellersmith
ServiceHandlerRegistrar.ts588 B
import { ToolHandlersRegistry } from "../registry/ToolHandlersRegistry.js"; import { ServiceManager } from "../../services/index.js"; /** * Base handler registrar for service-specific handlers */ export abstract class ServiceHandlerRegistrar { protected registry: ToolHandlersRegistry; protected serviceManager: ServiceManager; constructor(registry: ToolHandlersRegistry, serviceManager: ServiceManager) { this.registry = registry; this.serviceManager = serviceManager; } /** * Register all service-specific handlers */ abstract registerHandlers(): void; }

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