{
  "name": "@chengfeng2025/findmcp",
  "version": "1.0.10",
  "description": "MCP服务，提供Smithery.ai网址查询功能",
  "main": "src/index.js",
  "type": "module",
  "bin": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "nodemon src/index.js",
    "start:ws": "node src/websocket.js",
    "dev:ws": "nodemon src/websocket.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mcp",
    "search",
    "model-context-protocol",
    "cursor",
    "smithery",
    "service-discovery"
  ],
  "author": "Ceeon",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.6.1",
    "ws": "^8.16.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Ceeon/findmcp.git"
  },
  "files": [
    "src/",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  }
}
