Skip to content

McpServer.cfc uses DirectoryCreate() with two arguments, which is incompatible with Adobe ColdFusion #2618

@zainforbjs

Description

@zainforbjs

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:

  1. Run a wheels application.
  2. Go to vendor/wheels/public/mcp/McpServer.cfc.
  3. Observe directoryCreate(local.fullTargetDir, true) at line 115

Expected behavior
Framework code should be compatible with both Lucee and Adobe Coldfusion.

Screenshots
Image

Desktop:

  • OS: Any

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions