serper-search-mcp 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# Serper Search MCP Server v2.0.
|
|
1
|
+
# Serper Search MCP Server v2.0.1 - Enterprise Edition
|
|
2
2
|
|
|
3
3
|
🚀 **Enterprise-grade Google search MCP server** with **dual architecture**: JavaScript for integration + TypeScript for enterprise development.
|
|
4
4
|
|
|
5
5
|
👨💻 **Author:** SMJAHID from SMLabs01
|
|
6
|
-
📦 **NPM:**
|
|
7
|
-
🐳 **Docker:** `smjahid/server-serper-search`
|
|
6
|
+
📦 **NPM:** [`serper-search-mcp`](https://www.npmjs.com/package/serper-search-mcp)
|
|
7
|
+
🐳 **Docker:** [`smjahid/server-serper-search`](https://hub.docker.com/r/smjahid/server-serper-search)
|
|
8
8
|
🔧 **Architecture:** JavaScript (primary) + TypeScript (enterprise modular design)
|
|
9
9
|
|
|
10
10
|
---
|
|
@@ -332,7 +332,7 @@ The server supports all major Google search types through the Serper API:
|
|
|
332
332
|
|
|
333
333
|
## Usage Scenarios
|
|
334
334
|
|
|
335
|
-
With these comprehensive search capabilities,
|
|
335
|
+
With these comprehensive search capabilities, Serper MCP server can be used for:
|
|
336
336
|
|
|
337
337
|
### 🤖 **AI & Machine Learning**
|
|
338
338
|
- **Dataset Collection**: Gather images for training computer vision models
|
|
@@ -396,8 +396,6 @@ For issues and questions:
|
|
|
396
396
|
```
|
|
397
397
|
JavaScript (Primary): index.js - Single file deployment
|
|
398
398
|
TypeScript (Enterprise): src/ (6 modules) - Modular architecture
|
|
399
|
-
Docker: smjahid/server-serper-search:2.0.0
|
|
400
|
-
NPM: @modelcontextprotocol/server-serper-search
|
|
401
399
|
```
|
|
402
400
|
|
|
403
401
|
**⬆️ Migration from v1.x:**
|
|
@@ -425,4 +423,4 @@ NPM: @modelcontextprotocol/server-serper-search
|
|
|
425
423
|
| **Docker Hub** | ✅ `smjahid/server-serper-search` | ✅ Same | ✅ **Both** |
|
|
426
424
|
| **Enterprise Ready** | ❌ Simple | ✅ Modular structure | ✅ **TypeScript** |
|
|
427
425
|
|
|
428
|
-
---
|
|
426
|
+
---
|