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

frontrun-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frontrun-mcp-server - npm Package Compare versions

Comparing version
2.3.0
to
2.3.1
+4
-2
index.js

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

}
const { login_url } = await initRes.json();
const { login_url: rawUrl } = await initRes.json();
// Normalize double slashes in path (e.g. https://frontrun.vc//mcp → https://frontrun.vc/mcp)
const login_url = rawUrl.replace(/(https?:\/\/)|(\/)+/g, (m, proto) => proto || '/');

@@ -293,3 +295,3 @@ // Open browser

name: 'frontrun',
version: '2.3.0',
version: '2.3.1',
});

@@ -296,0 +298,0 @@

{
"name": "frontrun-mcp-server",
"version": "2.3.0",
"version": "2.3.1",
"description": "Frontrun MCP Server — VC follow signal intelligence, company research, and deal discovery for AI agents. 29 tools.",

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