{
  "markdown": "# wst\n\nTravel platform management for coding agents. Hotels, tours, bookings, h-conductor AI — as easy as git.\n\n## Install\n\n```bash\nnpm install -g weselltours\n```\n\n## Quick Start\n\n```bash\n# Create a tenant\nwst signup my-agency --local\n\n# File a bug\nwst bug \"Booking form returns 500\" -s P1\n\n# Plan a feature\nwst feature \"Calendar view for dates\" -p P2\n\n# See your project\nwst status\n\n# Ask tauAI\nwst ask \"how do hotel bookings work?\"\n\n# Full reference\nwst --help\n```\n\n## Features\n\n- **Services** — full CRUD for hotels, tours, cars, boats, events, spaces, flights\n- **Bookings** — manage, confirm, cancel, export, invoices\n- **Admin** — 135 subcommands: tenants, users, plans, vendors, payouts, media, content\n- **h-conductor** — 13 travel domain AI experts\n- **PM sync** — 209 features auto-scanned, coverage tracking\n- **Operator** — dashboard, settings, subscription, theme, domains\n- **Vendor** — services, rooms, availability, team, enquiries\n- **Customer** — profile, bookings, wallet, messages, 2FA\n\n## Per-Project Config\n\n```bash\nwst login --local --key YOUR_KEY    # saves to .wst/config.json (project-local)\nwst login --key YOUR_KEY            # saves to ~/.wst/config.json (global)\nwst config                          # show which config is active\n```\n\nLocal config overrides global. Add `.wst/` to your `.gitignore`.\n\n## Agent Integration\n\nAdd to your agent instructions file (AGENTS.md, .cursorrules, .clinerules, or .windsurfrules):\n\n```\n## WeSellTours\nUse the wst CLI for travel platform management.\nKey is in .wst/config.json (auto-loaded).\nRun wst --help for full reference.\n```\n\n## MCP Server\n\nwst ships a built-in [Model Context Protocol](https://modelcontextprotocol.io) server (stdio, zero extra dependencies) exposing 21 tools. Works with Claude Code, Claude Desktop, Cursor, Windsurf, Cline, and any MCP client.\n\n**Claude Code / Cursor / Windsurf** — add to `.mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"weselltours\": {\n      \"type\": \"stdio\",\n      \"command\": \"wst\",\n      \"args\": [\"mcp-serve\"]\n    }\n  }\n}\n```\n\n**Claude Desktop** — add the same block to `claude_desktop_config.json`.\n\nAuthentication uses your existing wst config (`wst login --local --key YOUR_KEY`).\n\n### Tools\n\n| Tool | Description |\n|------|-------------|\n| `wst_status` | Project overview: PM inventory, coverage stats, domain breakdown. |\n| `wst_dashboard` | Full dashboard: bookings, users, hotels, tours, recent activity. |\n| `wst_ask` | Ask tauAI travel concierge (13 domain experts). |\n| `wst_plan` | PM plan mode: bug-triage, feature-plan, e2e-design, roadmap. |\n| `wst_experts` | List available h-conductor domain experts. |\n| `wst_inventory` | PM feature inventory scan (209 features across 11 domains). |\n| `wst_domains` | Per-domain coverage breakdown with feature counts. |\n| `wst_board` | Feature kanban board grouped by status. |\n| `wst_sync` | Sync PM features to Buggazi. |\n| `wst_list_bugs` | List bugs, filter by severity or status. |\n| `wst_create_bug` | File a new bug. |\n| `wst_resolve_bug` | Resolve a bug with fix description and commit SHA. |\n| `wst_comment` | Add comment to a bug. |\n| `wst_list_features` | List features, filter by status or domain. |\n| `wst_create_feature` | Plan a new feature. |\n| `wst_hotels` | List all hotels. |\n| `wst_create_hotel` | Create a new hotel listing. |\n| `wst_bookings` | List bookings, filter by status. |\n| `wst_tenants` | List all SaaS tenants (superadmin). |\n| `wst_users` | List platform users (superadmin). |\n| `wst_notifications` | What changed since last check. |\n\n## Documentation\n\n- [WeSellTours](https://weselltours.com)\n\n## License\n\nProprietary — Tyga.Cloud Ltd. See [LICENSE](./LICENSE).\n",
  "bytes": 3657,
  "sha": "ee87bcb2b4cf0c4b3490d2800062c89bf3c7982ca5ec7558012823dd890cae40",
  "repo_slug": "jyswee/weselltours",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jyswee_weselltours_570fb883/readme"
}