@brave/brave-search-mcp-server 2.0.69 → 2.0.71
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/dist/config.js +1 -1
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -70,7 +70,7 @@ export function getOptions() {
|
|
|
70
70
|
const toolNames = Object.values(tools).map((tool) => tool.name);
|
|
71
71
|
// Validate tool inclusion configuration
|
|
72
72
|
const { enabledTools, disabledTools } = options;
|
|
73
|
-
if (enabledTools.length > 0 && disabledTools.length > 0) {
|
|
73
|
+
if (enabledTools.trim().length > 0 && disabledTools.trim().length > 0) {
|
|
74
74
|
console.error('Error: --enabled-tools and --disabled-tools cannot be used together');
|
|
75
75
|
return false;
|
|
76
76
|
}
|
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.
|
|
4
|
+
"version": "2.0.71",
|
|
5
5
|
"description": "Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"api",
|