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

15 lines 519 B
/** * PageState Architecture - Type Definitions * * Stateful, message-driven UI representation for Business Central WebSocket protocol. * See: PageState.md v2.0 for full architecture documentation * * Key Principles: * - MUTABLE state (all reducers mutate in-place) * - Protocol-driven (no hardcoded structure assumptions) * - Map-based collections (fully dynamic) * - Bookmark-centric row tracking * - Virtualization support (totalRowCount vs rows.size) */ export {}; //# sourceMappingURL=page-state.js.map