@modelcontextprotocol/server-brave-search 0.2.0 → 0.3.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/README.md +7 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,10 +37,13 @@ An MCP server implementation that integrates the Brave Search API, providing bot
37
37
  Add this to your `claude_desktop_config.json`:
38
38
 
39
39
  ```json
40
- "mcp-server-brave-search": {
41
- "command": "mcp-server-brave-search",
42
- "env": {
43
- "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
40
+ {
41
+ "brave-search": {
42
+ "command": "npx",
43
+ "args": ["-y", "@modelcontextprotocol/server-brave-search"],
44
+ "env": {
45
+ "BRAVE_API_KEY": "YOUR_API_KEY_HERE"
46
+ }
44
47
  }
45
48
  }
46
49
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelcontextprotocol/server-brave-search",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "MCP server for Brave Search API integration",
5
5
  "license": "MIT",
6
6
  "author": "Anthropic, PBC (https://anthropic.com)",