frontrun-mcp-server
Advanced tools
+4
-2
@@ -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 @@ |
+1
-1
| { | ||
| "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", |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
36174
0.54%617
0.33%