We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3caf43a commit 5b73445Copy full SHA for 5b73445
ydb_mcp/connection.py
@@ -86,6 +86,7 @@ async def connect(self) -> Tuple[ydb.Driver, ydb.aio.QuerySessionPool]:
86
endpoint=endpoint,
87
database=database,
88
credentials=ydb.credentials.AnonymousCredentials(),
89
+ disable_discovery=True,
90
)
91
92
# Wait for driver to be ready with timeout
0 commit comments