UNPKG
@goparrot/franchise-mcp-server
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
MCP Server for Franchise API
@goparrot/franchise-mcp-server
/
dist
/
src
/
webstore
/
constants
/
service-handlers-map.js
7 lines
(6 loc)
•
219 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
StoreHandlers
}
from
'../services/index.js'
;
import
{
MerchantHandlers
}
from
'../services/merchant.js'
;
export
const
webstoreServiceHandlersMap = {
Store
:
StoreHandlers
,
Merchant
:
MerchantHandlers
, };