{ "name": "@striderlabs/mcp-delta", "version": "0.1.0", "description": "MCP server for Delta Air Lines — let AI agents search flights, select seats, manage bookings, check in, and get boarding passes via browser automation", "main": "dist/index.js", "bin": { "striderlabs-mcp-delta": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js" }, "keywords": [ "mcp", "delta", "delta-airlines", "travel", "booking", "flights", "skymiles", "boarding-pass", "check-in", "ai-agent", "strider", "model-context-protocol", "browser-automation", "playwright" ], "author": "Strider Labs ", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "playwright": "^1.40.0" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3" } }