We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1e6a9 commit 4995084Copy full SHA for 4995084
1 file changed
src/deepset_mcp/tool_factory.py
@@ -368,4 +368,4 @@ def register_tools(
368
api_key=api_key,
369
)
370
371
- mcp_server_instance.add_tool(enhanced_tool, name=tool_name)
+ mcp_server_instance.add_tool(enhanced_tool, name=tool_name, structured_output=False)
0 commit comments