一键导入
mcp-airbnb
mcp-airbnb 收录了来自 muchiny 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Run the `airbnb` CLI binary through a short demonstration sequence — help, search, listing details in JSON, and a multi-fetch analytical command — to verify that the CLI wires through to the shared AirbnbClient and renders output correctly. Use after changing anything under src/cli/, src/application/, or the Display impls on domain types.
List and describe the HTML/JSON test fixtures in tests/fixtures/, and walk through how to capture a fresh fixture from a live Airbnb URL when a parser regression appears. Use when a scraper or GraphQL parser test fails unexpectedly, or when adding coverage for a new Airbnb response shape.
Smoke-test the mcp-airbnb MCP server by building it, sending an `initialize` + `tools/list` JSON-RPC request via stdin, and verifying the response contains the expected 18 tools. Use when you've changed anything in src/mcp/, src/application/, or the AirbnbClient trait and want a quick end-to-end sanity check before running the full test suite.