Skip to content

Enhancement: n8n-mcp workflow generator should use FQN references #802

Description

@gander

Problem Description

The generator emits $json.field instead of $('Node Name').item.json.field. The shorthand carries no node name, so reordering nodes silently breaks all references.

n8n users have requested FQN-by-default for years with no result. n8n-mcp generates JSON programmatically and always has the node name available -- this is the right place to fix it.

Expected Behavior

$('Node Name').item.json.field

Actual Behavior

$json.field

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions