{ "name": "@theyahia/jivosite-mcp", "version": "1.1.0", "description": "MCP server for JivoSite — live chat, visitor tracking, agent management (Russia)", "type": "module", "main": "dist/index.js", "bin": { "jivosite-mcp": "dist/index.js" }, "files": [ "dist", "smithery.yaml" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "prepublishOnly": "npm run build && npm run test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^4.1.2" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/jivosite-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "jivosite", "chat", "crm", "webhooks", "contacts", "api", "typescript" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/theYahia/jivosite-mcp.git" }, "homepage": "https://github.com/theYahia/jivosite-mcp#readme", "author": "theYahia (https://github.com/theYahia)" }