Sign In

@zenrows/mcp

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zenrows/mcp - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+5
-2
dist/http.js

@@ -0,1 +1,2 @@

import { createRequire } from "module";
import { Hono } from "hono";

@@ -6,2 +7,4 @@ import { cors } from "hono/cors";

import { createServer } from "./server.js";
const require = createRequire(import.meta.url);
const pkg = require("../package.json");
// ─── app ──────────────────────────────────────────────────────────────────────

@@ -57,3 +60,3 @@ const app = new Hono();

name: "io.zenrows/mcp",
version: "2.0.6",
version: pkg.version,
description: "ZenRows MCP — scrape and extract from protected sites via the Universal Scraper API (anti-bot bypass, JS rendering, proxies).",

@@ -74,3 +77,3 @@ websiteUrl: "https://www.zenrows.com/mcp",

name: "ZenRows",
version: "2.0.6",
version: pkg.version,
description: "ZenRows Universal Scraper API via MCP",

@@ -77,0 +80,0 @@ homepage: "https://www.zenrows.com/mcp",

{
"name": "@zenrows/mcp",
"version": "2.1.1",
"version": "2.1.2",
"description": "Zenrows MCP server — Fetch and Browser Sessions for AI coding assistants",

@@ -5,0 +5,0 @@ "type": "module",