Replicate MCP Server

{ "name": "@modelcontextprotocol/glean", "version": "0.6.2", "description": "MCP server for Glean", "license": "MIT", "author": "Anthropic, PBC (https://anthropic.com)", "homepage": "https://modelcontextprotocol.io", "bugs": "https://github.com/modelcontextprotocol/servers/issues", "type": "module", "bin": { "mcp-server-glean": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@modelcontextprotocol/sdk": "0.5.0", "node-fetch": "^3.3.2", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22", "@types/node-fetch": "^2.6.12", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.6.2" } }