[project] name = "pmcp" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" dependencies = [ "gradio[mcp]>=5.32.0", "langchain-mcp-adapters>=0.1.1", "langchain-openai>=0.3.18", "langgraph>=0.4.7", "langgraph-checkpoint-sqlite>=2.0.10", "mcp[cli]>=1.9.0", "smolagents[litellm,mcp,toolkit]>=1.17.0", "httpx>=0.28.1", "requests>=2.32.3", "grandalf>=0.8", "fastmcp>=2.5.2", "loguru>=0.7.3", ] [dependency-groups] dev = [ "pre-commit>=4.2.0", "ruff>=0.11.12", ]