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 d7566c2 commit 3caf43aCopy full SHA for 3caf43a
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## 0.1.6 ##
2
* Add explain_query and explain_query_with_params tools
3
4
## 0.1.5 ##
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "ydb-mcp"
7
-version = "0.1.5" # AUTOVERSION
+version = "0.1.6" # AUTOVERSION
8
description = "Model Context Protocol server for YDB DBMS"
9
readme = "README.md"
10
authors = [
ydb_mcp/version.py
@@ -1 +1 @@
-VERSION = "0.1.5"
+VERSION = "0.1.6"
0 commit comments