Metadata-Version: 2.4
Name: travel-platform-mcp
Version: 0.2.6
Summary: 旅行平台本地 MCP 网关
Keywords: mcp,travel,automation,playwright
Author: MAOJIE XU
Author-email: MAOJIE XU <maojiexu16@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Dist: fastmcp==3.4.6
Requires-Dist: playwright>=1.62.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: openai>=1.107.0
Requires-Dist: pydantic-settings>=2.10.0
Requires-Dist: pyyaml>=6.0
Requires-Python: >=3.12
Project-URL: Repository, https://github.com/MaojieXu/travel-platform-mcp
Project-URL: Issues, https://github.com/MaojieXu/travel-platform-mcp/issues
Description-Content-Type: text/markdown

agent初始化配置prompt：

{
  "mcpServers": {
    "travel-platform-mcp": {
      "command": "C:\\Users\\123\\.local\\bin\\travel-platform-mcp.exe",
      "args": [],
      "env": {
        "TRAVEL_PLATFORM_MODEL_API_KEY": "sk-你的模型APIKey",
        "TRAVEL_PLATFORM_BROWSER_TYPE": "brave",
        "TRAVEL_PLATFORM_BROWSER_SOURCE_PROFILE": "C:\\Users\\123\\AppData\\Local\\BraveSoftware\\Brave-Browser\\User Data",
        "TRAVEL_PLATFORM_BROWSER_PROFILE_DIR": "C:\\Users\\123\\AppData\\Local\\travel-platform-mcp\\profiles\\brave",
        "TRAVEL_PLATFORM_BROWSER_PROFILE_NAME": "Default",
        "TRAVEL_PLATFORM_SKILLS_DIRECTORY": "C:\\Users\\123\\.codex\\skills"
      },
      "disabled": false
    }
  }
}
