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 472 B
/** * Services Layer Exports * * Provides high-level services for MCP server functionality. */ export { MCPServer } from './mcp-server.js'; export { StdioTransport } from './stdio-transport.js'; export type { JSONRPCRequest, JSONRPCResponse, JSONRPCError, InitializeParams, InitializeResult, ToolCallParams, ToolListItem, ResourceListItem, } from './mcp-server.js'; export type { StdioTransportOptions } from './stdio-transport.js'; //# sourceMappingURL=index.d.ts.map