{ "request": { "method": "GET", "url": "http://localhost:7860/api/v2/mcp/servers", "headers": { "x-api-key": "{{LANGFLOW_API_KEY}}" } }, "response": { "status": 200, "body": [ { "name": "filesystem", "config": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/me/Documents"] }, "is_connected": true, "tools_count": 11 }, { "name": "github", "config": { "url": "https://api.githubcopilot.com/mcp", "headers": {"Authorization": "Bearer ghp_***"} }, "is_connected": true, "tools_count": 26 } ] } }