pyproject.toml•820 B
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "didlogic_mcp"
version = "1.0.3"
description = "DIDLogic MCP server"
readme = "README.md"
requires-python = ">=3.13"
license = "MIT"
authors = [
{ name = "Konstantin Tumalevich", email = "userad@gmail.com" }
]
dependencies = [
"annotated-types==0.7.0",
"anyio==4.9.0",
"certifi==2025.1.31",
"click==8.1.8",
"h11==0.14.0",
"httpcore==1.0.7",
"httpx==0.28.1",
"idna==3.10",
"mcp==1.4.1",
"pydantic==2.10.6",
"pydantic-core==2.27.2",
"pydantic-settings==2.8.1",
"python-dotenv==1.0.1",
"sniffio==1.3.1",
"sse-starlette==2.2.1",
"starlette==0.46.1",
"typing-extensions==4.12.2",
"uvicorn==0.34.0",
]
[project.scripts]
didlogic_mcp = "didlogic_mcp:server"