Sign In

@techsnif/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

@techsnif/mcp-server - npm Package Compare versions

Comparing version
3.3.0
to
3.3.1
+10
-8
package.json
{
"name": "@techsnif/mcp-server",
"version": "3.3.0",
"version": "3.3.1",
"mcpName": "com.techsnif/mcp",
"description": "MCP server for TechSnif. Agent-first tech news and story clusters for Claude Desktop, Cursor, and any MCP client.",

@@ -12,2 +13,8 @@ "type": "module",

],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"prepublishOnly": "pnpm run build"
},
"dependencies": {

@@ -45,8 +52,3 @@ "@modelcontextprotocol/sdk": "^1.26.0",

"cursor"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js"
}
}
]
}

@@ -5,2 +5,4 @@ # @techsnif/mcp-server

Also available as a hosted server: connect to `https://mcp.techsnif.com` (streamable HTTP) with no local install.
## What it does

@@ -108,3 +110,3 @@

Requests include a non-identifying `User-Agent` header such as `TechSnif-MCP/3.3.0` so TechSnif can distinguish MCP traffic from CLI and generic API traffic in aggregate Cloudflare analytics. The server does not send cookies, device IDs, or user identifiers.
Requests include a non-identifying `User-Agent` header such as `TechSnif-MCP/3.3.1` so TechSnif can distinguish MCP traffic from CLI and generic API traffic in aggregate Cloudflare analytics. The server does not send cookies, device IDs, or user identifiers.

@@ -111,0 +113,0 @@ ```json