{ "name": "@mikusnuz/gsc-mcp", "version": "1.3.3", "mcpName": "io.github.mikusnuz/gsc", "description": "MCP server for Google Search Console & Indexing API — full API coverage", "type": "module", "main": "dist/index.js", "bin": { "gsc-mcp": "dist/index.js" }, "files": [ "dist/**/*", "LICENSE", "README.md" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "test": "npm run build && node --test test/*.test.mjs", "start": "node dist/index.js", "dev": "tsx src/index.ts" }, "keywords": [ "mcp", "google-search-console", "gsc", "seo", "indexing-api", "search-analytics", "sitemaps", "url-inspection" ], "author": "mikusnuz", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mikusnuz/gsc-mcp.git" }, "homepage": "https://github.com/mikusnuz/gsc-mcp#readme", "bugs": { "url": "https://github.com/mikusnuz/gsc-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "google-auth-library": "^10.9.1", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.23.12", "typescript": "^5.7.0" } }