one-search-mcp 1.0.9 → 1.0.11
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 +10 -0
- package/dist/index.cjs +14 -1950
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -1924
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -15,6 +15,16 @@ A Model Context Protocol (MCP) server implementation that integrates with Searxn
|
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
18
|
+
### Installing via Smithery
|
|
19
|
+
|
|
20
|
+
To install OneSearch for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@yokingma/one-search):
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
npx -y @smithery/cli install @yokingma/one-search --client claude
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Manual Installation
|
|
27
|
+
|
|
18
28
|
```shell
|
|
19
29
|
# Manually install (Optional)
|
|
20
30
|
npm install -g one-search-mcp
|