Files
probo/packages/n8n-node/nodes/Probo/Probo.node.json
Cursor Agent 82bf5cdfaf Fix Probo codex node identifier format
The n8n marketplace review flagged the codex node field as using
the wrong identifier format. Update it to match the scoped package
name and the probo node name declared in Probo.node.ts.

Signed-off-by: Cursor Agent <cursoragent@cursor.com>

Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
2026-07-02 17:54:28 +02:00

20 lines
375 B
JSON

{
"node": "@probo/n8n-nodes-probo.probo",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Development", "Utility"],
"resources": {
"credentialDocumentation": [
{
"url": "https://www.probo.com/docs"
}
],
"primaryDocumentation": [
{
"url": "https://www.probo.com/docs"
}
],
"generic": []
}
}