andrew-dataverse-mcp
Version:
A Model Context Protocol server for Microsoft Dataverse with comprehensive CRUD operations
8 lines (7 loc) • 370 B
JavaScript
// Export tool definitions from individual tool files
export { createRecordTool } from './createRecord.js';
export { readRecordTool } from './readRecord.js';
export { updateRecordTool } from './updateRecord.js';
export { deleteRecordTool } from './deleteRecord.js';
export { queryRecordsTool } from './queryRecords.js';
export { listTablesTool } from './listTables.js';