Sign In

@anymailfinder/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anymailfinder/mcp-server - npm Package Compare versions

Comparing version
1.0.5
to
1.0.6
+3
-3
build/index.js

@@ -6,5 +6,5 @@ #!/usr/bin/env node

const NODE_MAJOR = parseInt(process.versions.node.split(".")[0], 10);
if (NODE_MAJOR < 20) {
console.error(`Error: Node.js 20 or later is required (current: ${process.version}).`);
console.error("Install Node 20+: https://nodejs.org");
if (NODE_MAJOR < 18) {
console.error(`Error: Node.js 18 or later is required (current: ${process.version}).`);
console.error("Install Node 18+: https://nodejs.org");
process.exit(1);

@@ -11,0 +11,0 @@ }

@@ -16,3 +16,3 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";

name: "anymailfinder",
version: "1.0.0",
version: "1.0.6",
});

@@ -19,0 +19,0 @@ server.registerTool("find_person_email", {

{
"name": "@anymailfinder/mcp-server",
"version": "1.0.5",
"version": "1.0.6",
"mcpName": "io.github.anymailfinder/mcp-server",

@@ -39,3 +39,3 @@ "description": "MCP server for Anymail Finder API - find and verify email addresses via AI assistants",

"engines": {
"node": ">=20"
"node": ">=18"
},

@@ -42,0 +42,0 @@ "dependencies": {