{
  "name": "@mzxrai/mcp-openai",
  "version": "0.1.1",
  "description": "MCP server for simple interaction with OpenAI API",
  "license": "MIT",
  "author": "mzxrai",
  "homepage": "https://github.com/mzxrai/mcp-openai",
  "repository": {
    "type": "git",
    "url": "https://github.com/mzxrai/mcp-openai.git"
  },
  "bugs": "https://github.com/mzxrai/mcp-openai/issues",
  "type": "module",
  "bin": {
    "mcp-server-webresearch": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "openai",
    "o1",
    "ai"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.0.1",
    "openai": "^4.76.0"
  },
  "devDependencies": {
    "shx": "^0.3.4",
    "tsx": "^4.19.2",
    "typescript": "^5.6.2"
  },
  "scripts": {
    "build": "tsc && shx chmod +x dist/*.js",
    "watch": "tsc --watch",
    "dev": "tsx watch index.ts"
  }
}