UNPKG

bc-webclient-mcp

Version:

Model Context Protocol (MCP) server for Microsoft Dynamics 365 Business Central via WebUI protocol. Enables AI assistants to interact with BC through the web client protocol, supporting Card, List, and Document pages with full line item support and server

10 lines 356 B
/** * Core Abstractions (Dependency Inversion Principle) * * All interfaces follow SOLID principles: * - Single Responsibility: Each interface has one clear purpose * - Interface Segregation: Small, focused interfaces * - Dependency Inversion: Depend on abstractions, not concrete implementations */ export {}; //# sourceMappingURL=interfaces.js.map