{ "name": "claudeclear-mcp", "version": "1.0.1", "mcpName": "io.github.aidevelopers2/claudeclear-mcp", "description": "MCP server for ClaudeClear - removes the Claude text watermark by rewriting text through a non-watermarking model.", "type": "module", "license": "MIT", "main": "dist/index.js", "files": [ "dist" ], "bin": { "claudeclear-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js", "dev": "node --watch --env-file=.env.local dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" } }