Sign In

@autostackup/sales

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autostackup/sales - npm Package Compare versions

Comparing version
0.1.2
to
0.1.3
+20
smithery.yaml
startCommand:
type: stdio
configSchema:
type: object
properties:
hunterApiKey:
type: string
description: "Hunter.io API key (optional, for lead enrichment)"
apolloApiKey:
type: string
description: "Apollo.io API key (optional, for lead enrichment)"
commandFunction: |-
(config) => ({
command: "npx",
args: ["-y", "@autostackup/sales"],
env: {
...(config.hunterApiKey ? { HUNTER_API_KEY: config.hunterApiKey } : {}),
...(config.apolloApiKey ? { APOLLO_API_KEY: config.apolloApiKey } : {})
}
})
+2
-1
{
"name": "@autostackup/sales",
"version": "0.1.2",
"version": "0.1.3",
"description": "Sales lead tracking, qualification, enrichment, and pipeline management MCP server",

@@ -28,2 +28,3 @@ "type": "module",

],
"mcpName": "io.github.autostackup/sales",
"license": "MIT",

@@ -30,0 +31,0 @@ "dependencies": {