🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@webclaw/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webclaw/mcp - npm Package Compare versions

Comparing version
0.6.16
to
0.6.17
+1
-1
package.json
{
"name": "@webclaw/mcp",
"version": "0.6.16",
"version": "0.6.17",
"description": "Zero-install launcher for the webclaw MCP server: web extraction and anti-bot access for AI agents. Runs `npx @webclaw/mcp`.",

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

@@ -41,3 +41,3 @@ #!/usr/bin/env node

// core release, or override at runtime with WEBCLAW_MCP_VERSION.
const RELEASE_TAG = process.env.WEBCLAW_MCP_VERSION || "v0.6.15";
const RELEASE_TAG = process.env.WEBCLAW_MCP_VERSION || "v0.6.16";

@@ -44,0 +44,0 @@ const IS_WINDOWS = platform() === "win32";