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-methods-map.js
7 lines
(6 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
StoreMethods
}
from
'../services/index.js'
;
import
{
MerchantMethods
}
from
'../services/merchant.js'
;
export
const
webstoreServiceMethodsMap = {
Store
:
StoreMethods
,
Merchant
:
MerchantMethods
, };