feat(mcp): update server with hierarchy support, batch operations, and tree view
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 16s
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 16s
This commit is contained in:
@@ -96,6 +96,10 @@
|
||||
{
|
||||
"name": "color",
|
||||
"value": "={{ $json.color || '#3B82F6' }}"
|
||||
},
|
||||
{
|
||||
"name": "parentId",
|
||||
"value": "={{ $json.parentId }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -155,6 +159,10 @@
|
||||
{
|
||||
"name": "color",
|
||||
"value": "={{ $json.color }}"
|
||||
},
|
||||
{
|
||||
"name": "parentId",
|
||||
"value": "={{ $json.parentId }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user