BioMedNorm-MCP-Server / pyproject.toml
RohanKarthikeyan's picture
Upload updated code
855e188 verified
raw
history blame contribute delete
465 Bytes
[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",
]