mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-06 11:11:36 +08:00
13 lines
257 B
TOML
13 lines
257 B
TOML
[project]
|
|
name = "TavilyMCP"
|
|
version = "0.1.0"
|
|
description = "An MCP server for searching information"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"mcp[cli]>=1.9.0",
|
|
"openai>=1.79.0",
|
|
"tavily-python",
|
|
]
|