File size: 465 Bytes
046bc11
 
855e188
 
 
 
 
 
 
 
046bc11
855e188
046bc11
855e188
046bc11
 
 
 
855e188
046bc11
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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",
]