@brave/brave-search-mcp-server 2.0.74 → 2.0.76

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/README.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -104,8 +104,8 @@ Generates AI-powered summaries from web search results using Brave's summarizati
104
104
 
105
105
  1. Sign up for a [Brave Search API account](https://brave.com/search/api/)
106
106
  2. Choose a plan:
107
- - **Free**: 2,000 queries/month, basic web search
108
- - **Pro**: Enhanced features including local search, AI summaries, extra snippets
107
+ - **Search**: The real-time search data your chatbots & agents need to generate answers. Complete search results (URLs, text, news, images, and more), with additional LLM context optimized for AI.
108
+ - **Answers**: Summarized, completed answers to any question. Answers grounded on a single search or multiple searches for better accuracy & reduced hallucinations.
109
109
  3. Generate your API key from the [developer dashboard](https://api-dashboard.search.brave.com/app/keys)
110
110
 
111
111
  ### Environment Variables
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@brave/brave-search-mcp-server",
3
3
  "mcpName": "io.github.brave/brave-search-mcp-server",
4
- "version": "2.0.74",
4
+ "version": "2.0.76",
5
5
  "description": "Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.",
6
6
  "keywords": [
7
7
  "api",
@@ -37,17 +37,17 @@
37
37
  "inspector:http": "npx @modelcontextprotocol/inspector --transport http"
38
38
  },
39
39
  "dependencies": {
40
- "@modelcontextprotocol/sdk": "1.26.0",
41
- "commander": "14.0.2",
42
- "dotenv": "17.2.3",
40
+ "@modelcontextprotocol/sdk": "1.27.1",
41
+ "commander": "14.0.3",
42
+ "dotenv": "17.3.1",
43
43
  "express": "5.2.1",
44
- "zod": "4.3.5"
44
+ "zod": "4.3.6"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/express": "5.0.6",
48
48
  "@smithery/cli": "2.2.1",
49
- "@types/node": "24.10.4",
50
- "prettier": "3.7.4",
49
+ "@types/node": "24.10.13",
50
+ "prettier": "3.8.1",
51
51
  "shx": "0.4.0",
52
52
  "tsx": "4.21.0",
53
53
  "typescript": "5.9.3"