File size: 249 Bytes
1d3d9a5
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
[project]
name = "mcp"
version = "0.1.0"
description = "MCP server that exposes RAMIE's functionalities to LLMs"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "gradio[oauth]>=5.49.1",
    "huggingface-hub>=1.1.4",
]