{ "opencollection": "1.0.0", "info": { "name": "Mireye Earth Ask Mcp API", "version": "0.14.0" }, "items": [ { "info": { "name": "Mcp", "type": "folder" }, "items": [ { "info": { "name": "Start Device Flow", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/mcp/device/start" }, "docs": "Start Device Flow" }, { "info": { "name": "Poll Device Flow", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/mcp/device/poll", "body": { "type": "json", "data": "{}" } }, "docs": "Poll Device Flow" }, { "info": { "name": "Approve Device Flow", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/mcp/device/approve", "body": { "type": "json", "data": "{}" } }, "docs": "Approve Device Flow" } ] } ], "bundled": true }