mcp-duckduckgo 2.0.0 → 3.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.
Files changed (2) hide show
  1. package/install.js +1 -1
  2. package/package.json +2 -2
package/install.js CHANGED
@@ -6,7 +6,7 @@ const path = require('path');
6
6
  const os = require('os');
7
7
  const https = require('https');
8
8
 
9
- const VERSION = '2.0.0';
9
+ const VERSION = '3.1.0';
10
10
  const BASE_URL = `https://github.com/Cooperiano/duckduckgo-mcp/releases/download/v${VERSION}`;
11
11
 
12
12
  function getPlatform() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-duckduckgo",
3
- "version": "2.0.0",
4
- "description": "Free web search MCP server using DuckDuckGo with crawl and research features",
3
+ "version": "3.1.0",
4
+ "description": "Free web search MCP server using DuckDuckGo search, crawl, research, fetch, region/time/safe filters, Instant Answer, proxy auto-detect",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "duckduckgo-mcp": "./bin/duckduckgo-mcp.js"