mcp-client / pyproject.toml
charlesscottwilliams's picture
Refactor code structure for improved readability and maintainability
c42fd60 verified
raw
history blame contribute delete
256 Bytes
[project]
name = "mcp-client"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastmcp>=2.7.0",
"gradio[mcp]>=5.30.0",
"mcp>=1.9.3",
"smolagents[mcp]>=1.17.0",
]