File size: 318 Bytes
fb723d2 551ae1a fb723d2 551ae1a fb723d2 551ae1a fb723d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[project]
name = "inference-providers-mcp"
version = "0.1.0"
description = "MCP Server for Hugging Face Inference Providers Chat Completion"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"gradio[mcp]>=5.34.0",
"huggingface_hub>=0.20.0",
"requests>=2.31.0",
"python-dotenv>=1.0.0",
]
|