package.json•1.78 kB
{
"name": "exa-websets-mcp-server",
"version": "1.0.4",
"description": "A Model Context Protocol server for Exa Websets management. Provides comprehensive websets collection management, real-time web searching, and helpful guidance through a simplified interface.",
"type": "module",
"main": "./build/index.js",
"module": "./src/index.ts",
"bin": {
"exa-websets-mcp-server": "./build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/waldzellai/exa-websets-mcp-server.git"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"model context protocol",
"exa",
"websets",
"websearch",
"claude",
"ai",
"collections",
"content management"
],
"author": "Exa Labs + Waldzell AI",
"license": "MIT",
"homepage": "https://github.com/waldzellai/exa-websets-mcp-server#readme",
"bugs": {
"url": "https://github.com/waldzellai/exa-websets-mcp-server/issues"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"watch": "tsc --watch",
"dev": "npx @smithery/cli dev",
"prepublishOnly": "npm run build",
"test": "echo 'Tests temporarily disabled'",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.0",
"axios": "^1.7.8",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"mem0ai": "^2.1.36",
"zod": "^3.22.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/express": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^20.11.24",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"ts-jest": "^29.3.4",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}