@techsnif/mcp-server
Advanced tools
+10
-8
| { | ||
| "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" | ||
| } | ||
| } | ||
| ] | ||
| } |
+3
-1
@@ -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 |
114538
0.17%129
1.57%