{
  "name": "Codex Config MCP",
  "version": "2.2.0",
  "description": "帮助配置 Codex CLI 使用中转服务的 MCP 工具",
  "endpoint": "/mcp",
  "tools": [
    {
      "name": "detect_platform",
      "description": "检测用户操作系统平台"
    },
    {
      "name": "get_codex_config",
      "description": "获取配置文件内容"
    },
    {
      "name": "get_install_command",
      "description": "获取安装命令"
    },
    {
      "name": "get_write_config_command",
      "description": "获取写入配置文件的命令"
    },
    {
      "name": "get_env_setup_command",
      "description": "获取环境变量设置命令"
    },
    {
      "name": "get_check_command",
      "description": "获取检查状态命令"
    },
    {
      "name": "verify_api_key",
      "description": "验证 API Key"
    }
  ]
}