Describe the bug
In vendor/wheels/public/mcp/McpServer.cfc, DirectoryCreate() is called with two arguments. This works in Lucee, but Adobe ColdFusion only supports the single-argument form of DirectoryCreate().
To Reproduce
Steps to reproduce the behavior:
- Run a wheels application.
- Go to
vendor/wheels/public/mcp/McpServer.cfc.
- Observe
directoryCreate(local.fullTargetDir, true) at line 115
Expected behavior
Framework code should be compatible with both Lucee and Adobe Coldfusion.
Screenshots

Desktop:
Describe the bug
In
vendor/wheels/public/mcp/McpServer.cfc, DirectoryCreate() is called with two arguments. This works in Lucee, but Adobe ColdFusion only supports the single-argument form ofDirectoryCreate().To Reproduce
Steps to reproduce the behavior:
vendor/wheels/public/mcp/McpServer.cfc.directoryCreate(local.fullTargetDir, true)at line 115Expected behavior
Framework code should be compatible with both Lucee and Adobe Coldfusion.
Screenshots

Desktop: