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
13 lines • 306 B
TypeScript
/**
* Real BC Integration Test Server
*
* Starts MCP server with REAL BC connection for end-to-end testing.
* Communicates via JSON-RPC 2.0 over stdio.
*
* Usage:
* npm run test:mcp:real
* or
* tsx src/test-mcp-server-real.ts
*/
export {};
//# sourceMappingURL=test-mcp-server-real.d.ts.map