charlesscottwilliams commited on
Commit
a8ec221
·
verified ·
1 Parent(s): a3e1923

signed commit

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. pyproject.toml +13 -0
  3. 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