[project] | |
name = "biomednorm-mcp-server" | |
version = "0.2.0" | |
description = "Extract and normalize entities from biomedical text using LLMs." | |
authors = [ | |
{name = "Rohan Karthikeyan", email = "[email protected]"} | |
] | |
maintainers = [ | |
{name = "Rohan Karthikeyan", email = "[email protected]"} | |
] | |
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", | |
] | |