Skip to main content
Glama

TailorKit MCP

Official
by sellersmith
UserPreferencesHandlerRegistrar.ts556 B
import { ServiceHandlerRegistrar } from "./ServiceHandlerRegistrar.js"; import { getUserPreferencesHandler } from "../userPreferences/getUserPreferences.js"; import { TAILOR_KIT_TOOL_NAMES } from "../../tools/constants.js"; /** * User preferences service handler registrar */ export class UserPreferencesHandlerRegistrar extends ServiceHandlerRegistrar { registerHandlers(): void { this.registry.register( TAILOR_KIT_TOOL_NAMES.GET_USER_PREFERENCES, (args: unknown) => getUserPreferencesHandler(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