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

This commit is contained in:
Antigravity
2026-05-10 19:12:55 +00:00
parent 210b01c385
commit a139f92686
4 changed files with 140 additions and 1 deletions

View File

@@ -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 }}"
}
]
}