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 408d13f commit 2bc4060Copy full SHA for 2bc4060
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
---
4
5
+## 0.1.1
6
+- fix: normalize nodes_for_adding to handle tuple-to-list conversion from JSON in add_nodes tool
7
+
8
## 0.1.0
9
- feat: add MCP tools for schema operations
10
- feat: add MCP tools for data operations
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "tigergraph-mcp"
-version = "0.1.0"
+version = "0.1.1"
description = ""
authors = [
{name = "xunalei.lin",email = "xuanlei.lin@tigergraph.com"}
0 commit comments