[project]
name = "test-mcp"
version = "0.1.0"
description = "Simple MCP server with LangGraph agent"
requires-python = ">=3.12"
dependencies = [
"fastmcp>=2.13.1",
"langchain-core>=0.3.74",
"langchain-openai>=0.3.30",
"langgraph>=0.6.7",
"pydantic>=2.11.7",
"pydantic-settings>=2.10.1",
"python-dotenv>=1.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.ruff]
line-length = 100
target-version = "py312"
[tool.ruff.lint]
select = ["E", "F", "I", "N", "UP", "B"]
ignore = ["E501"]