@gotza02/mathinking 2.9.1 → 2.9.3
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 +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -62,8 +62,6 @@ Set these environment variables to enable enhanced search capabilities:
|
|
|
62
62
|
|
|
63
63
|
| Variable | Description |
|
|
64
64
|
|----------|-------------|
|
|
65
|
-
| `GOOGLE_SEARCH_API_KEY` | For Google Custom Search (Gemini) |
|
|
66
|
-
| `GOOGLE_SEARCH_CX` | Custom Search Engine ID (Gemini) |
|
|
67
65
|
| `BRAVE_SEARCH_API_KEY` | For Brave Search |
|
|
68
66
|
| `EXA_API_KEY` | For Exa.ai Search |
|
|
69
67
|
|
|
@@ -77,8 +75,6 @@ Add to your `~/.gemini/settings.json`:
|
|
|
77
75
|
"command": "npx",
|
|
78
76
|
"args": ["-y", "@gotza02/mathinking"],
|
|
79
77
|
"env": {
|
|
80
|
-
"GOOGLE_SEARCH_API_KEY": "your_key",
|
|
81
|
-
"GOOGLE_SEARCH_CX": "your_cx",
|
|
82
78
|
"BRAVE_SEARCH_API_KEY": "your_key",
|
|
83
79
|
"EXA_API_KEY": "your_key"
|
|
84
80
|
}
|
|
@@ -97,8 +93,6 @@ Add to your `claude_desktop_config.json`:
|
|
|
97
93
|
"command": "npx",
|
|
98
94
|
"args": ["-y", "@gotza02/mathinking"],
|
|
99
95
|
"env": {
|
|
100
|
-
"GOOGLE_SEARCH_API_KEY": "your_key",
|
|
101
|
-
"GOOGLE_SEARCH_CX": "your_cx",
|
|
102
96
|
"BRAVE_SEARCH_API_KEY": "your_key",
|
|
103
97
|
"EXA_API_KEY": "your_key"
|
|
104
98
|
}
|