UNPKG

luckycola-mcp

Version:

LuckyCola的开放MCP服务

15 lines (14 loc) 346 B
export const apis = { checkImageSafety: { url: 'https://luckycola.com.cn/imgCheck/checkV2', method: 'POST' }, getFoodMenu: { url: 'https://luckycola.com.cn/food/getFoodMenu', method: 'POST' }, imageOcr: { url: 'https://luckycola.com.cn/openOcr/baseOCR', method: 'POST' } };