Template JSON
{
"nodes": [
{
"id": "start-1",
"type": "start",
"label": "Start",
"x": 80,
"y": 160,
"position": {
"x": 80,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
},
{
"id": "markdown-2",
"type": "markdown",
"label": "Generate IDE config summary",
"x": 310,
"y": 240,
"position": {
"x": 310,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false,
"output": "ide_config"
},
"status": "idle",
"metadata": {}
},
{
"id": "mcp_tool-3",
"type": "mcp_tool",
"label": "Link MCP manifest",
"x": 540,
"y": 160,
"position": {
"x": 540,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false,
"service": "agentui.platphormnews.com",
"method": "initialize"
},
"status": "idle",
"metadata": {}
},
{
"id": "end-4",
"type": "end",
"label": "Complete",
"x": 770,
"y": 240,
"position": {
"x": 770,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
}
],
"edges": [
{
"id": "edge-1",
"source": "start-1",
"target": "markdown-2",
"sourceNodeId": "start-1",
"targetNodeId": "markdown-2",
"condition": "success",
"metadata": {}
},
{
"id": "edge-2",
"source": "markdown-2",
"target": "mcp_tool-3",
"sourceNodeId": "markdown-2",
"targetNodeId": "mcp_tool-3",
"metadata": {}
},
{
"id": "edge-3",
"source": "mcp_tool-3",
"target": "end-4",
"sourceNodeId": "mcp_tool-3",
"targetNodeId": "end-4",
"metadata": {}
}
]
}