Skip to content

Commit 82001d4

Browse files
rekbyCopilot
andauthored
Update ydb_mcp/server.py
Co-authored-by: Copilot <[email protected]>
1 parent d45b95f commit 82001d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ def register_tools(self):
540540
spec["handler"],
541541
name=spec["name"],
542542
description=spec["description"],
543-
structured_output=False, # https://github.com/ydb-platform/ydb-mcp/issues/12
543+
structured_output=False, # Structured output is temporarily disabled until proper schema definitions are implemented. See https://github.com/ydb-platform/ydb-mcp/issues/12 for details.
544544
)
545545

546546
# Also register with our tool manager

0 commit comments

Comments
 (0)