UNPKG

@yogeliu/mcp-server-yapi

Version:

Enhanced YAPI MCP server with multi-project support and enterprise features

21 lines 707 B
/** * YAPI API端点定义 */ export declare const PROJECT_ENDPOINTS: { readonly GET: "/api/project/get"; }; export declare const INTERFACE_ENDPOINTS: { readonly GET: "/api/interface/get"; readonly LIST: "/api/interface/list"; readonly LIST_CAT: "/api/interface/list_cat"; readonly LIST_MENU: "/api/interface/list_menu"; readonly ADD: "/api/interface/add"; readonly UP: "/api/interface/up"; readonly SAVE: "/api/interface/save"; readonly ADD_CAT: "/api/interface/add_cat"; readonly GET_CAT_MENU: "/api/interface/getCatMenu"; }; export declare const OPEN_ENDPOINTS: { readonly IMPORT_DATA: "/api/open/import_data"; }; //# sourceMappingURL=yapi-endpoints.d.ts.map