{ "name": "@theyahia/tilda-mcp", "version": "1.2.0", "description": "MCP server for Tilda — website builder, page management (Russia)", "type": "module", "main": "dist/index.js", "bin": { "tilda-mcp": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18.0.0" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "eslint src test", "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"", "prepublishOnly": "npm run lint && npm run build && npm test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "@eslint/js": "^9.0.0", "@types/node": "^22.0.0", "eslint": "^9.0.0", "prettier": "^3.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "typescript-eslint": "^8.0.0", "vitest": "^3.1.1" }, "publishConfig": { "access": "public" }, "mcpName": "io.github.theYahia/tilda-mcp", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "ai", "russian-api", "tilda", "website-builder", "cms", "api", "typescript" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/theYahia/tilda-mcp.git" }, "homepage": "https://github.com/theYahia/tilda-mcp#readme", "author": "theYahia (https://github.com/theYahia)" }