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

12 lines 348 B
#!/usr/bin/env node /** * MCP STDIO Server Entry Point * * This script starts the MCP server in STDIO mode for use with Claude Desktop * and other MCP clients that communicate via JSON-RPC over stdin/stdout. * * Usage: * MCP_STDIO_LOG_FILE=./logs/mcp-stdio.log node stdio-server.js */ export {}; //# sourceMappingURL=stdio-server.d.ts.map