[project] name = "biomednorm-mcp-server" version = "0.2.0" description = "Extract and normalize entities from biomedical text using LLMs." authors = [ {name = "Rohan Karthikeyan", email = "rohan@strandls.com"} ] maintainers = [ {name = "Rohan Karthikeyan", email = "rohan@strandls.com"} ] readme = "README.md" requires-python = ">=3.13" dependencies = [ "oaklib>=0.6.23", "openai>=1.84.0", "python-dotenv>=1.1.0", "smolagents[mcp]>=1.18.0", ]