You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the docs, it states that the "max_results" parameter in the search-function is defined as an integer. However, when I invoke this function in the prompt, the llama-cpp-logs (running llama-cpp-server with GPT-OSS-120b) tell me that the call mentions has definition:
"max_results":{"anyOf":[{"anyOf":[{"not":{}},{}]},{"type":"null"}
This discussion was converted from issue #9336 on August 28, 2025 14:38.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Where can I find the function definitions of the installed MCP servers? How are they derived?
I installed duckduckgo-mcp-server via smithery on my freshly installed local LibreChat instance (https://smithery.ai/server/@nickclyde/duckduckgo-mcp-server). I also tried to install it via uvx, but the result was the same.
In the docs, it states that the "max_results" parameter in the search-function is defined as an integer. However, when I invoke this function in the prompt, the llama-cpp-logs (running llama-cpp-server with GPT-OSS-120b) tell me that the call mentions has definition:
"max_results":{"anyOf":[{"anyOf":[{"not":{}},{}]},{"type":"null"}
I can neither find the equivalent in the duckduckgo-mcp-server docs nor in the repo (https://github.com/nickclyde/duckduckgo-mcp-server/blob/main/src/duckduckgo_mcp_server/server.py).
More details
Relevant librechat.yaml section:
mcpServers:
duckduckgo-search:
command: npx
args:
- -y
- "@smithery/cli"
- "run"
- "@nickclyde/duckduckgo-mcp-server"
- "--key"
- "XXX"
Via UVX:
mcpServers:
duckduckgo-search:
command: uvx
args:
- "duckduckgo-mcp-server"
Which components are impacted by your request?
No response
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions