one-search-mcp 1.0.11 → 1.1.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "one-search-mcp",
3
- "version": "1.0.11",
4
- "description": "One Search MCP Server, Web Search & Crawl & Scraper & Extract, support Firecrawl, SearXNG, Tavily, DuckDuckGo, Bing, etc.",
3
+ "version": "1.1.0",
4
+ "description": "One Search MCP Server, Web Search & Crawl & Scraper & Extract, support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "keywords": [
@@ -9,13 +9,14 @@
9
9
  "LLM",
10
10
  "MCP",
11
11
  "ModelContextProtocol",
12
- "Firecrawl MCP Server",
12
+ "agent-browser",
13
13
  "Search MCP Server",
14
14
  "SearXNG MCP Server",
15
15
  "DuckDuckGo MCP Server",
16
16
  "Bing MCP Server",
17
17
  "Tavily MCP Server",
18
18
  "Web Search",
19
+ "Web Scraper",
19
20
  "LLM Tool",
20
21
  "One Search"
21
22
  ],
@@ -41,7 +42,7 @@
41
42
  "node": ">=20.0.0"
42
43
  },
43
44
  "scripts": {
44
- "dev": "dotenvx run -- cross-env NODE_ENV=development tsx src/index.ts",
45
+ "dev": "dotenvx run --quiet -- cross-env NODE_ENV=development tsx src/index.ts",
45
46
  "build": "tsup && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
46
47
  "start": "node dist/index.js",
47
48
  "lint": "eslint src",
@@ -78,22 +79,25 @@
78
79
  "@typescript-eslint/parser": "^7.0.0",
79
80
  "cross-env": "^7.0.3",
80
81
  "eslint": "^8.56.0",
82
+ "pino-pretty": "^13.0.0",
81
83
  "tsup": "^8.4.0",
82
84
  "tsx": "^4.19.3",
83
85
  "typescript": "^5.3.3",
84
86
  "typescript-eslint": "^7.0.0"
85
87
  },
86
88
  "dependencies": {
87
- "@agent-infra/logger": "^0.0.2-beta.0",
88
89
  "@dotenvx/dotenvx": "^1.38.5",
89
- "@mendable/firecrawl-js": "^1.20.1",
90
- "@modelcontextprotocol/sdk": "^1.7.0",
91
- "@tavily/core": "^0.3.1",
90
+ "@modelcontextprotocol/sdk": "^1.25.3",
91
+ "@tavily/core": "^0.7.1",
92
+ "agent-browser": "^0.8.5",
92
93
  "async-retry": "^1.3.3",
94
+ "cheerio": "^1.2.0",
93
95
  "duck-duck-scrape": "^2.2.7",
94
- "puppeteer-core": "^24.4.0",
96
+ "pino": "^10.3.0",
97
+ "playwright-core": "^1.58.1",
95
98
  "turndown": "^7.2.0",
96
99
  "turndown-plugin-gfm": "^1.0.2",
97
- "user-agents": "^1.1.495"
100
+ "user-agents": "^1.1.495",
101
+ "zod": "^4.3.6"
98
102
  }
99
103
  }