UNPKG

@goparrot/franchise-mcp-server

Version:

MCP Server for Franchise API

7 lines (6 loc) 219 B
import { StoreHandlers } from '../services/index.js'; import { MerchantHandlers } from '../services/merchant.js'; export const webstoreServiceHandlersMap = { Store: StoreHandlers, Merchant: MerchantHandlers, };