Business Central MCP Server

# Server Configuration PORT=3000 NODE_ENV=development # Security JWT_SECRET=your_jwt_secret_key_here TOKEN_EXPIRY=1h # Database (when you're ready to connect to MongoDB) # MONGO_URI=mongodb://localhost:27017/bc-mcp # MONGO_URI_TEST=mongodb://localhost:27017/bc-mcp-test # Logging LOG_LEVEL=debug # CORS Configuration CORS_ORIGIN=*