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

@metalift/mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metalift/mcp - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+4
-7
package.json
{
"name": "@metalift/mcp",
"mcpName": "io.github.MetaLift-AI/metalift",
"version": "1.0.1",
"version": "1.0.2",
"description": "Metalift MCP server for AI agents",

@@ -16,3 +16,4 @@ "license": "SEE LICENSE IN LICENSE",

"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build && node ../../scripts/npm-prepare-publish.mjs strip",
"postpublish": "node ../../scripts/npm-prepare-publish.mjs restore"
},

@@ -23,7 +24,2 @@ "dependencies": {

},
"devDependencies": {
"@types/node": "^22.10.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
},
"engines": {

@@ -39,2 +35,3 @@ "node": ">=20"

"dist",
"README.md",
"LICENSE"

@@ -41,0 +38,0 @@ ],

@@ -39,3 +39,3 @@ # @metalift/mcp

|----------|-------------|
| `METALIFT_API_URL` | Metalift scrape API base URL (default: `http://localhost:8080`) |
| `METALIFT_API_URL` | Metalift scrape API base URL (default: `https://api.metalift.ai`) |
| `METALIFT_API_KEY` | Bearer token for authenticated API access |

@@ -42,0 +42,0 @@