MCP Compass

MIT License
10
7
  • Apple
  • Linux
{ "name": "kagi-server", "version": "0.1.0", "description": "MCP server for Kagi Search API (beta) integration", "private": true, "type": "module", "bin": { "kagi-server": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.1", "axios": "^1.6.2", "dotenv": "^16.4.5" }, "devDependencies": { "@types/jest": "^29.5.11", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.1.1", "typescript": "^5.3.3" } }