{
  "name": "@mcpflow.io/mcp-exa-mcp-server",
  "version": "1.0.1",
  "description": "使用 Exa API 的 AI 动力代码搜索 MCP 服务器，用于在 AI 助手中进行智能代码搜索和检索。",
  "type": "module",
  "bin": {
    "y": "./build/index.js"
  },
  "files": [
    "build"
  ],
  "scripts": {
    "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
    "prepare": "npm run build",
    "watch": "tsc --watch",
    "inspector": "npx @modelcontextprotocol/inspector build/index.js",
    "start": "node index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.6.0",
    "axios": "^1.7.9"
  },
  "devDependencies": {
    "@types/node": "^20.17.10",
    "typescript": "^5.3.3"
  },
  "mcpflow": {
    "originalName": "y",
    "mcpId": "5dcbf24f-6c9f-431f-a9c1-294c02b17d45",
    "developer": "it-beard",
    "gitRepo": "https://github.com/it-beard/exa-server",
    "callType": "CLI"
  },
  "keywords": [
    "mcpflow",
    "mcp"
  ],
  "license": "MIT License",
  "author": "it-beard"
}