@anymailfinder/mcp-server
Advanced tools
+3
-3
@@ -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 @@ } |
+1
-1
@@ -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", { |
+2
-2
| { | ||
| "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": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.