Spaces:
Build error
Build error
signed commit
Browse files- .gitignore +1 -0
- pyproject.toml +13 -0
- uv.lock +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
app.py
|
pyproject.toml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "mcp-client"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Add your description here"
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.11"
|
7 |
+
dependencies = [
|
8 |
+
"fastmcp>=2.7.0",
|
9 |
+
"gradio[mcp]>=5.30.0",
|
10 |
+
"mcp>=1.9.3",
|
11 |
+
"python-dotenv>=1.1.0",
|
12 |
+
"smolagents[mcp]>=1.17.0",
|
13 |
+
]
|
uv.lock
ADDED
The diff for this file is too large to render.
See raw diff
|
|