mirror of
https://github.com/langchain-ai/mcpdoc.git
synced 2025-10-19 03:18:14 +03:00
26 lines
418 B
TOML
26 lines
418 B
TOML
[project]
|
|
name = "mcpdoc"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"markdownify>=1.1.0",
|
|
"mcp[cli]>=1.4.1",
|
|
"pyyaml>=6.0.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
mcpdoc = "mcpdoc.cli:main"
|
|
|
|
[dependency-groups]
|
|
test = [
|
|
"ruff>=0.11.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|