Skip to content

Commit d090ecc

Browse files
authored
update mcp version (#23)
* add initial Storage implementation * combine json upload and any filetype * read files async and stream upload, support directories * gateway_hostname in constructor, remove chunk_size tool, upload data if not a file * fix gateway_url * add storage to __init__.py * update to include information about storage * bump versions for new storage implementation * update thirdweb-ai[mcp] version --------- Signed-off-by: Cillian Berragan <[email protected]>
1 parent ebac59e commit d090ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/thirdweb-mcp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
dependencies = [
1010
"mcp>=1.3.0,<2",
1111
"click>=8.1.8,<9",
12-
"thirdweb-ai[mcp]==0.1.7",
12+
"thirdweb-ai[mcp]==0.1.8",
1313
]
1414

1515
[project.scripts]

0 commit comments

Comments
 (0)