@modelcontextprotocol/server-brave-search 0.3.0 → 0.5.1
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -47,3 +47,7 @@ Add this to your `claude_desktop_config.json`:
|
|
47
47
|
}
|
48
48
|
}
|
49
49
|
```
|
50
|
+
|
51
|
+
## License
|
52
|
+
|
53
|
+
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
|