Skip to content

Commit 4995084

Browse files
authored
fix: Cursor tool output rendering not working with structured outputs (#170)
1 parent 4d1e6a9 commit 4995084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/deepset_mcp/tool_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ def register_tools(
368368
api_key=api_key,
369369
)
370370

371-
mcp_server_instance.add_tool(enhanced_tool, name=tool_name)
371+
mcp_server_instance.add_tool(enhanced_tool, name=tool_name, structured_output=False)

0 commit comments

Comments
 (0)