[project]
name = "epic-mcp"
version = "0.1.0"
description = "Fake Epic MCP server simulating patient APIs"
readme = "README.md"
authors = [
{ name = "Amir Kiani", email = "akiani@users.noreply.github.com" }
]
requires-python = ">=3.11"
dependencies = [
"mcp>=1.0.0",
"google-genai>=1.0.0",
"httpx>=0.27.0",
"pydantic>=2.0.0",
"python-dotenv>=1.0.0",
"pyyaml>=6.0",
"starlette>=0.37.0",
"uvicorn>=0.29.0",
]
[project.optional-dependencies]
dev = [
"pytest>=7.0.0",
"pytest-asyncio>=0.21.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"