{ "name": "shruwd-mcp", "version": "0.1.2", "description": "MCP server for Shruwd: lets an AI agent set up a brand, read its AI-search visibility, and act on diagnostic findings.", "keywords": ["mcp", "model context protocol", "shruwd", "ai search", "ai overviews", "chatgpt"], "homepage": "https://shruwd.io", "license": "MIT", "mcpName": "io.github.ilpr/shruwd-mcp", "repository": { "type": "git", "url": "git+https://github.com/ilpr/shruwd-mcp.git" }, "bugs": { "url": "https://github.com/ilpr/shruwd-mcp/issues" }, "type": "module", "bin": { "shruwd-mcp": "dist/cli.js" }, "exports": { ".": { "types": "./dist/server.d.ts", "import": "./dist/server.js" } }, "files": ["dist", "README.md"], "engines": { "node": ">=18" }, "scripts": { "build": "tsc -p tsconfig.build.json", "prepublishOnly": "npm run build", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@shruwd/sdk": "^0.1.1", "zod": "^3.24.0" }, "devDependencies": { "typescript": "^5.7.2", "vitest": "^2.1.8" } }