{ "name": "@striderlabs/mcp-southwest", "version": "0.1.0", "description": "MCP server for Southwest Airlines - search flights, manage bookings, check-in, and more via browser automation", "main": "build/index.js", "bin": { "mcp-southwest": "build/index.js" }, "type": "module", "scripts": { "build": "tsc && chmod 755 build/index.js", "dev": "tsx src/index.ts", "start": "node build/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "southwest", "airlines", "flights", "booking", "travel", "model-context-protocol" ], "author": "Strider Labs", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "playwright": "^1.40.0", "zod": "^3.22.4", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.0", "tsx": "^4.6.0", "typescript": "^5.3.2" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/markswendsen-code/mcp-southwest.git" }, "bugs": { "url": "https://github.com/markswendsen-code/mcp-southwest/issues" }, "homepage": "https://github.com/markswendsen-code/mcp-southwest#readme", "publishConfig": { "access": "public" } }