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 03f96d2 commit 29192d5Copy full SHA for 29192d5
python/thirdweb-mcp/pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "thirdweb-mcp"
3
-version = "0.1.7"
+version = "0.1.8"
4
description = "thirdweb MCP"
5
authors = [{ name = "thirdweb", email = "[email protected]" }]
6
requires-python = "~=3.10"
@@ -9,7 +9,7 @@ license = "Apache-2.0"
9
dependencies = [
10
"mcp>=1.3.0,<2",
11
"click>=8.1.8,<9",
12
- "thirdweb-ai[mcp]==0.1.4",
+ "thirdweb-ai[mcp]==0.1.5",
13
]
14
15
[project.scripts]
0 commit comments