MCP-llms-txt

by SecretiveShell
Verified
MIT License
10
[project] name = "mcp-llms-txt" version = "0.2.0" description = "Add your description here" readme = "README.md" authors = [ { name = "TerminalMan", email = "84923604+SecretiveShell@users.noreply.github.com" } ] requires-python = ">=3.11" dependencies = [ "httpx>=0.28.1", "mcp>=1.2.1", "pydantic>=2.10.6", ] [project.scripts] mcp-llms-txt = "mcp_llms_txt:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"