frappe-mcp-server
Version:
Enhanced Model Context Protocol server for Frappe Framework with comprehensive API instructions and helper tools
10 lines (9 loc) • 452 B
TypeScript
import { FrappeApp } from "frappe-js-sdk";
export declare const frappe: {
readonly instance: FrappeApp;
readonly axios: import("axios", { with: { "resolution-mode": "require" } }).AxiosInstance;
readonly db: () => import("frappe-js-sdk").FrappeDB;
readonly auth: () => import("frappe-js-sdk").FrappeAuth;
readonly call: () => import("frappe-js-sdk").FrappeCall;
readonly file: () => import("frappe-js-sdk").FrappeFileUpload;
};