frappe-mcp-server
Version:
Enhanced Model Context Protocol server for Frappe Framework with comprehensive API instructions and helper tools
6 lines (5 loc) • 378 B
TypeScript
export { FrappeApiError, handleApiError } from './errors.js';
export { frappe } from './api-client.js';
export { checkFrappeApiHealth } from './auth.js';
export { getDocument, createDocument, updateDocument, deleteDocument, listDocuments, callMethod } from './document-api.js';
export { getDocTypeSchema, getFieldOptions, getAllDocTypes, getAllModules } from './schema-api.js';