{ "name": "@rog0x/mcp-seo-tools", "version": "1.0.0", "description": "MCP server providing SEO analysis tools for AI agents", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-seo-tools": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "cheerio": "^1.0.0" }, "devDependencies": { "@types/node": "^22.15.0", "typescript": "^5.8.3" }, "license": "MIT" }