1 parent 34c39ba commit 01882edCopy full SHA for 01882ed
1 file changed
README.md
@@ -24,13 +24,13 @@ A web search server that provides search capabilities using DuckDuckGo.
24
docker run -e MAX_RESULTS=10 ghcr.io/mudler/mcps/duckduckgo:latest
25
```
26
27
-**LocalAI configuration ( to add to the model config): **
+**LocalAI configuration ( to add to the model config):**
28
```yaml
29
mcp:
30
stdio: |
31
{
32
"mcpServers": {
33
- "searxng": {
+ "ddg": {
34
"command": "docker",
35
"env": {
36
"MAX_RESULTS": "10"
0 commit comments