Open Issues Need Help
View All on GitHub Add --ydb-connection-string argument about 1 month ago
AI Summary: Implement a new command-line argument, `--ydb-connection-string`, for the YDB MCP server. This argument should allow users to specify the YDB connection details using a single string, instead of requiring separate `--ydb-endpoint` and `--ydb-database` arguments. The implementation should leverage the YDB SDK's support for connection strings and maintain compatibility with the existing argument options.
Complexity:
3/5
enhancement good first issue