update
This commit is contained in:
@@ -10,6 +10,21 @@
|
||||
"name": "MiniMax M3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ollama": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"name": "Ollama (lokal)",
|
||||
"options": {
|
||||
"baseURL": "http://localhost:11434/v1"
|
||||
},
|
||||
"models": {
|
||||
"qwen3:14b": {
|
||||
"name": "Qwen3 14B"
|
||||
},
|
||||
"qwen3:8b": {
|
||||
"name": "Qwen3 8B"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mcp": {
|
||||
@@ -20,6 +35,13 @@
|
||||
"MINIMAX_API_KEY": "{env:MINIMAX_API_KEY}",
|
||||
"MINIMAX_API_HOST": "https://api.minimax.io"
|
||||
}
|
||||
},
|
||||
"searxng": {
|
||||
"type": "local",
|
||||
"command": ["npx", "-y", "mcp-searxng"],
|
||||
"environment": {
|
||||
"SEARXNG_URL": "http://localhost:8888"
|
||||
}
|
||||
}
|
||||
},
|
||||
"agent": {
|
||||
@@ -39,7 +61,8 @@
|
||||
"webfetch": "deny"
|
||||
},
|
||||
"tools": {
|
||||
"minimax-search*": false
|
||||
"minimax-search*": false,
|
||||
"searxng*": false
|
||||
}
|
||||
},
|
||||
"readonly": {
|
||||
@@ -53,7 +76,8 @@
|
||||
"write": false,
|
||||
"edit": false,
|
||||
"bash": false,
|
||||
"minimax-search*": false
|
||||
"minimax-search*": false,
|
||||
"searxng*": false
|
||||
}
|
||||
},
|
||||
"text": {
|
||||
@@ -70,7 +94,8 @@
|
||||
"read": false,
|
||||
"glob": false,
|
||||
"grep": false,
|
||||
"minimax-search*": false
|
||||
"minimax-search*": false,
|
||||
"searxng*": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user