12 lines
230 B
TOML
12 lines
230 B
TOML
|
|
[project]
|
||
|
|
name = "lightrag-mcp"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.10"
|
||
|
|
dependencies = [
|
||
|
|
"fastmcp>=3.2.4",
|
||
|
|
"httpx>=0.28.1",
|
||
|
|
"lightrag-hku>=1.4.15",
|
||
|
|
]
|